diff options
author | Camil Staps | 2019-11-01 18:41:10 +0100 |
---|---|---|
committer | Camil Staps | 2019-11-01 18:41:10 +0100 |
commit | 0497dfb79211aa1e64304fa446d230c41ca73daa (patch) | |
tree | cc29910a32b81db4430aff1a74172174039e9c25 /src/Gtk/Tune.icl | |
parent | Remove dependency on supporting C code (diff) |
Cleanup and add documentation
Diffstat (limited to 'src/Gtk/Tune.icl')
-rw-r--r-- | src/Gtk/Tune.icl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Gtk/Tune.icl b/src/Gtk/Tune.icl index a275ea2..f4553bc 100644 --- a/src/Gtk/Tune.icl +++ b/src/Gtk/Tune.icl @@ -9,11 +9,3 @@ import Gtk (<<@) infixl 2 :: !(GtkM elem) !option -> GtkM elem | tune elem option (<<@) elemf option = elemf >>= tune option - -instance tune w GtkMargins | gtkWidget w -where - tune margins widget = setMargins margins widget - -instance tune w GtkCSSClass | gtkWidget w -where - tune cls widget = addCSSClass cls widget |