From 6a177bb5954b3492f5c3b2b8edad7976cfbf8aae Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 20 Oct 2019 10:03:19 +0200 Subject: Add mother Gtk module to collect all imports --- src/Gtk.icl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Gtk.icl (limited to 'src/Gtk.icl') diff --git a/src/Gtk.icl b/src/Gtk.icl new file mode 100644 index 0000000..d0e3c3a --- /dev/null +++ b/src/Gtk.icl @@ -0,0 +1,6 @@ +implementation module Gtk + +import Gtk.Signal +import Gtk.State +import Gtk.Types +import Gtk.Widgets -- cgit v1.2.3