diff options
author | Camil Staps | 2019-10-20 16:03:52 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-20 16:03:52 +0200 |
commit | 3670cdea024845e211cbf840cd9aebb20b5e74ae (patch) | |
tree | 54f535e0873bea5ef4ed3fe11a151bdd0850d5f0 /src/Gtk.icl | |
parent | Add synonym type GtkM a :== State GtkState a (diff) |
Add tune class for margins
Diffstat (limited to 'src/Gtk.icl')
-rw-r--r-- | src/Gtk.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gtk.icl b/src/Gtk.icl index d0e3c3a..88cb82b 100644 --- a/src/Gtk.icl +++ b/src/Gtk.icl @@ -2,5 +2,6 @@ implementation module Gtk import Gtk.Signal import Gtk.State +import Gtk.Tune import Gtk.Types import Gtk.Widgets |