diff options
author | Camil Staps | 2019-10-27 14:41:08 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-27 14:41:08 +0100 |
commit | 7afd5796929601b10d52fc024b3cfd9ed64f25af (patch) | |
tree | de6c6f6e04a666e2a26a50d75dbff2f711b7ace3 /src/Gtk/Widgets.dcl | |
parent | Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin... (diff) |
Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolicy, GtkScrollbarPolicy)
Diffstat (limited to 'src/Gtk/Widgets.dcl')
-rw-r--r-- | src/Gtk/Widgets.dcl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Gtk/Widgets.dcl b/src/Gtk/Widgets.dcl index 405c4b5..5f2baa5 100644 --- a/src/Gtk/Widgets.dcl +++ b/src/Gtk/Widgets.dcl @@ -10,8 +10,8 @@ from Gtk.Tune import class tune from Gtk.Types import :: GtkButtonsType, :: GtkCSSClass, :: GtkDirection, :: GtkExpand, :: GtkFileChooserAction, :: GtkLabel, :: GtkMargins, :: GtkMessageType, :: GtkModal, :: GtkOrientation, :: GtkPanedHandleWidth, - :: GtkResize, :: GtkResponse, :: GtkShrink, :: GtkStylePriority, - :: GtkTitle, :: GtkWrapMode + :: GtkResize, :: GtkResponse, :: GtkScrollbarPolicy, :: GtkShrink, + :: GtkStylePriority, :: GtkTitle, :: GtkWrapMode class ptr a where @@ -114,6 +114,8 @@ instance gtkContainer GtkScrolledWindow newScrolledWindow :: GtkM GtkScrolledWindow +instance tune GtkScrolledWindow (GtkScrollbarPolicy, GtkScrollbarPolicy) + :: GtkSeparator instance gtkWidget GtkSeparator instance ptr GtkSeparator |