From 850caedbe6f0cf860338f1d539fcde259b274b05 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 31 Oct 2019 15:58:52 +0100 Subject: Use import code from library instead of environments to link with Gtk and GtkSheet --- src/Gtk/Widgets/Sheet/Internal.icl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Gtk/Widgets') 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 -- cgit v1.2.3