diff options
author | Camil Staps | 2019-10-21 11:11:35 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-21 11:11:35 +0200 |
commit | ed2f12a5115ff63247025c6f0c10c5285cf337e1 (patch) | |
tree | 15e7a4d9cca0ecff539a7fa359f2b06eb8c75f60 /src/Gtk/Widgets.dcl | |
parent | Add 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.dcl | 4 |
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 |