Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Box ¶
type Box struct { Orientation gtk.Orientation Spacing int Children []Widgetable Childful }
Box is a representation of GTK's GtkBox
type Button ¶
type Button struct { Label string Clicked interface{} }
Button is a representation of GTK's GtkButton
type Childful ¶
type Childful struct { }
Childful is a component that can own children
func (*Childful) AddChildrenToParent ¶
func (c *Childful) AddChildrenToParent(parent *gtk.Container, children *[]Widgetable) error
AddChildrenToParent adds passed children to the parent container
type Widgetable ¶
Widgetable allows component to be represented as GTK Widget
Click to show internal directories.
Click to hide internal directories.