Documentation ¶
Index ¶
- type Panel
- func (p *Panel) AddBar(source func() uint8, color color.RGBA)
- func (p *Panel) AddButton(text string, callback func(), source func() bool) *button.Button
- func (p *Panel) AddDivider()
- func (p *Panel) AddInvertedLabel(source func() string, style string)
- func (p *Panel) AddLabel(source func() string, style string)
- func (p *Panel) Clear()
- func (p *Panel) Draw(image *ebiten.Image)
- func (p *Panel) LeftMouseButtonPress(x, y int) bool
- func (p *Panel) LeftMouseButtonRelease(x, y int) bool
- func (p *Panel) Lock(n int)
- func (p *Panel) Resize(w, h int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Panel ¶
func (*Panel) AddDivider ¶
func (p *Panel) AddDivider()
func (*Panel) AddInvertedLabel ¶
func (*Panel) LeftMouseButtonPress ¶
func (*Panel) LeftMouseButtonRelease ¶
Click to show internal directories.
Click to hide internal directories.