Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachable ¶
type Attachable interface { Attached() bool Attach() Detach() OnAttach(func()) gxui.EventSubscription OnDetach(func()) gxui.EventSubscription }
type IsVisibler ¶
type IsVisibler interface {
IsVisible() bool
}
type LayoutChildren ¶
type LayoutChildren interface {
LayoutChildren()
}
type PaintChilder ¶
type Relayouter ¶
type Relayouter interface {
Relayout()
}
Click to show internal directories.
Click to hide internal directories.