diff options
author | Camil Staps | 2019-10-31 15:58:52 +0100 |
---|---|---|
committer | Camil Staps | 2019-10-31 15:58:52 +0100 |
commit | 850caedbe6f0cf860338f1d539fcde259b274b05 (patch) | |
tree | df0395cd7006847784aaa5490d979ad9c64e1f9b /src/Gtk/Widgets/Sheet | |
parent | Simplify timeouts (remove C code; use pushLc ABC instruction instead) (diff) |
Use import code from library instead of environments to link with Gtk and GtkSheet
Diffstat (limited to 'src/Gtk/Widgets/Sheet')
-rw-r--r-- | src/Gtk/Widgets/Sheet/Internal.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gtk/Widgets/Sheet/Internal.icl b/src/Gtk/Widgets/Sheet/Internal.icl index 9717cb1..d465984 100644 --- a/src/Gtk/Widgets/Sheet/Internal.icl +++ b/src/Gtk/Widgets/Sheet/Internal.icl @@ -5,6 +5,8 @@ import StdMaybe import System._Pointer +import code from library "-lgtksheet-4.0" + gtk_sheet_new :: !Int !Int !String !.a -> (!Pointer, !.a) gtk_sheet_new rows cols title env = new rows cols (packString title) env where |