diff options
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 |