diff options
author | Camil Staps | 2019-10-21 10:26:13 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-21 10:26:13 +0200 |
commit | 4d9b0222942bd11c490d476ae60f3709017b804b (patch) | |
tree | 3cd20e0792c42429d786d5f38383d6996241a1a3 /src/Gtk/Widgets/Sheet/Internal.dcl | |
parent | Add GtkScrolledWindow (diff) |
Add GtkSheet
Diffstat (limited to 'src/Gtk/Widgets/Sheet/Internal.dcl')
-rw-r--r-- | src/Gtk/Widgets/Sheet/Internal.dcl | 5 |
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) |