blob: 63ad69d908a3487ee337732f81d59256b80b1af8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
definition module Gtk.Tune
from Gtk.State import :: StateT, :: Identity, :: State, :: GtkState, :: GtkM
from Gtk.Types import :: GtkCSSClass, :: GtkMargins
from Gtk.Widgets import :: GtkWidget, class gtkWidget
class tune elem option :: !(GtkM elem) !option -> GtkM elem
(<<@) infixl 2
(<<@) elem option :== tune elem option
instance tune w GtkMargins | gtkWidget w
instance tune w GtkCSSClass | gtkWidget w
|