summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-21 11:11:35 +0200
committerCamil Staps2019-10-21 11:11:35 +0200
commited2f12a5115ff63247025c6f0c10c5285cf337e1 (patch)
tree15e7a4d9cca0ecff539a7fa359f2b06eb8c75f60 /src/Gtk/Widgets.dcl
parentAdd GtkMenu* functionality and reorder combinator arguments to ease binding (diff)
Reorder more combinator arguments to ease binding
Diffstat (limited to 'src/Gtk/Widgets.dcl')
-rw-r--r--src/Gtk/Widgets.dcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gtk/Widgets.dcl b/src/Gtk/Widgets.dcl
index ab5d5c8..d217730 100644
--- a/src/Gtk/Widgets.dcl
+++ b/src/Gtk/Widgets.dcl
@@ -80,8 +80,8 @@ instance gtkWidget GtkPaned
instance gtkContainer GtkPaned
newPaned :: !GtkOrientation !GtkPanedHandleWidth -> GtkM GtkPaned
-packPane1 :: !w !GtkPaned !GtkResize !GtkShrink -> GtkM () | gtkWidget w
-packPane2 :: !w !GtkPaned !GtkResize !GtkShrink -> GtkM () | gtkWidget w
+packPane1 :: !GtkPaned !GtkResize !GtkShrink !w -> GtkM w | gtkWidget w
+packPane2 :: !GtkPaned !GtkResize !GtkShrink !w -> GtkM w | gtkWidget w
:: GtkScrolledWindow
instance gtkWidget GtkScrolledWindow