From ad98343da1467653dacc811a9e52b7da2282c200 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 19 Oct 2019 19:57:53 +0200 Subject: Initial commit --- test/test.icl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/test.icl (limited to 'test/test.icl') diff --git a/test/test.icl b/test/test.icl new file mode 100644 index 0000000..5717add --- /dev/null +++ b/test/test.icl @@ -0,0 +1,18 @@ +module test + +import StdMaybe + +import Control.Applicative +import Control.Monad +import Control.Monad.Identity +import Control.Monad.State + +import Gtk.Signal +import Gtk.State +import Gtk.Widgets + +Start w = runGtk app w +where + app = + newWindow "Hello!" Nothing >>= \window -> + installSignalHandler window (DestroyHandler quit) -- cgit v1.2.3