diff options
author | Camil Staps | 2019-10-20 13:37:33 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-20 13:37:33 +0200 |
commit | 182eac71699784d3e2a44437452546a4b0c2d995 (patch) | |
tree | a0c82a0eea2dd0e023e458ea3f56fcdc4ac43804 /src/Gtk/Widgets.dcl | |
parent | Make 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.dcl | 1 |
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 |