summaryrefslogtreecommitdiff
path: root/test/test.icl
diff options
context:
space:
mode:
authorCamil Staps2019-10-20 10:03:19 +0200
committerCamil Staps2019-10-20 10:03:19 +0200
commit6a177bb5954b3492f5c3b2b8edad7976cfbf8aae (patch)
tree9fc28e8556e549032d10284a0c82ac228f1573e4 /test/test.icl
parentAdd rudimentary support for GtkPaned and GtkTextView (diff)
Add mother Gtk module to collect all imports
Diffstat (limited to 'test/test.icl')
-rw-r--r--test/test.icl5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test.icl b/test/test.icl
index 9d6f7ea..635f8ff 100644
--- a/test/test.icl
+++ b/test/test.icl
@@ -7,10 +7,7 @@ import Control.Monad
import Control.Monad.Identity
import Control.Monad.State
-import Gtk.Signal
-import Gtk.State
-import Gtk.Types
-import Gtk.Widgets
+import Gtk
Start w = runGtk app w
where