summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets.icl
diff options
context:
space:
mode:
authorCamil Staps2019-10-27 12:34:14 +0100
committerCamil Staps2019-10-27 12:34:14 +0100
commit60c6e02e16e38cdcb6b8dc727a1e34becc62e803 (patch)
tree86f61b66dff076bc32399c4f11427e643cb8eb9e /src/Gtk/Widgets.icl
parentAdd runWhileEventsPending to be able to show something before starting a long... (diff)
Add instance ptr GtkTextView
Diffstat (limited to 'src/Gtk/Widgets.icl')
-rw-r--r--src/Gtk/Widgets.icl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Gtk/Widgets.icl b/src/Gtk/Widgets.icl
index e726bfd..0052948 100644
--- a/src/Gtk/Widgets.icl
+++ b/src/Gtk/Widgets.icl
@@ -257,6 +257,10 @@ insertAtCursor s buffer =
instance gtkWidget GtkTextView where gtkWidget tv = tv
instance gtkContainer GtkTextView where gtkContainer tv = tv
+instance ptr GtkTextView
+where
+ toPtr tv = tv
+ fromPtr tv = tv
newTextView :: GtkM GtkTextView
newTextView =