diff options
author | Camil Staps | 2019-10-20 10:03:19 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-20 10:03:19 +0200 |
commit | 6a177bb5954b3492f5c3b2b8edad7976cfbf8aae (patch) | |
tree | 9fc28e8556e549032d10284a0c82ac228f1573e4 /src | |
parent | Add rudimentary support for GtkPaned and GtkTextView (diff) |
Add mother Gtk module to collect all imports
Diffstat (limited to 'src')
-rw-r--r-- | src/Gtk.dcl | 6 | ||||
-rw-r--r-- | src/Gtk.icl | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/Gtk.dcl b/src/Gtk.dcl new file mode 100644 index 0000000..75c7754 --- /dev/null +++ b/src/Gtk.dcl @@ -0,0 +1,6 @@ +definition module Gtk + +import Gtk.Signal +import Gtk.State +import Gtk.Types +import Gtk.Widgets 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 |