summaryrefslogtreecommitdiff
path: root/src/Gtk/Tune.dcl
blob: f5966ec9f664ef7706f3f7a89ccfb5c08badd715 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
definition module Gtk.Tune

from Gtk.State import :: GtkM
from Gtk.Types import :: GtkCSSClass, :: GtkMargins
from Gtk.Widgets import :: GtkWidget, class gtkWidget

class tune elem option :: !option !elem -> GtkM elem

(<<@) infixl 2 :: !(GtkM elem) !option -> GtkM elem | tune elem option

instance tune w GtkMargins | gtkWidget w
instance tune w GtkCSSClass | gtkWidget w