summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-20 13:37:33 +0200
committerCamil Staps2019-10-20 13:37:33 +0200
commit182eac71699784d3e2a44437452546a4b0c2d995 (patch)
treea0c82a0eea2dd0e023e458ea3f56fcdc4ac43804 /src/Gtk/Widgets.dcl
parentMake GtkTextView not editable (diff)
Move position of GtkFrame label; add framed helper combinator
Diffstat (limited to 'src/Gtk/Widgets.dcl')
-rw-r--r--src/Gtk/Widgets.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk/Widgets.dcl b/src/Gtk/Widgets.dcl
index b4a9849..03b56b7 100644
--- a/src/Gtk/Widgets.dcl
+++ b/src/Gtk/Widgets.dcl
@@ -38,6 +38,7 @@ instance gtkWidget GtkFrame
instance gtkContainer GtkFrame
newFrame :: !GtkLabel !w -> State GtkState GtkFrame | gtkWidget w
+framed :: !GtkLabel !(State GtkState w) -> State GtkState (w, GtkFrame) | gtkWidget w
:: GtkPaned
instance gtkWidget GtkPaned