Documentation
¶
Overview ¶
Package pageswitch is a custom page switcher with a buttons box.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct { Key string // key reference. Name string // Visible name. Icon string // Or Visible Icon. Optional, but replace text when set. OnLoad func() OnShow func() OnHide func() OnClear func() // contains filtered or unexported fields }
Page defines a switcher page.
type Switcher ¶
Switcher is a custom page switcher with a buttons box.
func (*Switcher) Clear ¶
func (widget *Switcher) Clear()
Clear resets the switcher and all its pages.
func (*Switcher) ReloadCurrent ¶
func (widget *Switcher) ReloadCurrent()
ReloadCurrent forces a data reload on the current page.
Click to show internal directories.
Click to hide internal directories.