summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets/Sheet/Internal.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-21 10:26:13 +0200
committerCamil Staps2019-10-21 10:26:13 +0200
commit4d9b0222942bd11c490d476ae60f3709017b804b (patch)
tree3cd20e0792c42429d786d5f38383d6996241a1a3 /src/Gtk/Widgets/Sheet/Internal.dcl
parentAdd GtkScrolledWindow (diff)
Add GtkSheet
Diffstat (limited to 'src/Gtk/Widgets/Sheet/Internal.dcl')
-rw-r--r--src/Gtk/Widgets/Sheet/Internal.dcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Gtk/Widgets/Sheet/Internal.dcl b/src/Gtk/Widgets/Sheet/Internal.dcl
new file mode 100644
index 0000000..b356f5b
--- /dev/null
+++ b/src/Gtk/Widgets/Sheet/Internal.dcl
@@ -0,0 +1,5 @@
+definition module Gtk.Widgets.Sheet.Internal
+
+from System._Pointer import :: Pointer
+
+gtk_sheet_new :: !Int !Int !String !.a -> (!Pointer, !.a)