Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Button ¶
type Button struct {
Node
// contains filtered or unexported fields
}
func (*Button) Render ¶
func (b *Button) Render(ctx gui.DrawContext)
type Component ¶
type Component interface {
Update()
Render(ctx gui.DrawContext)
}
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) AppendChild ¶
func (*Node) Render ¶
func (n *Node) Render(ctx gui.DrawContext)
type Slider ¶
type Slider struct {
Node
// contains filtered or unexported fields
}
func (*Slider) Render ¶
func (s *Slider) Render(ctx gui.DrawContext)
Click to show internal directories.
Click to hide internal directories.