Documentation
¶
Index ¶
- Constants
- func MulAlpha(c color.NRGBA, alpha uint8) color.NRGBA
- func New(g guim.Guim) pages.Page
- type C
- type D
- type Page
- func (p *Page) Actions(th *material.Theme) []component.AppBarAction
- func (p *Page) HandleEvent(event any) error
- func (*Page) HaveFinishScreen() bool
- func (p *Page) ID() string
- func (p *Page) Layout(gtx C, th *material.Theme) D
- func (p *Page) NavItem() component.NavItem
- func (p *Page) Overflow() []component.OverflowAction
Constants ¶
View Source
const ID = "packs"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type D ¶
type D = layout.Dimensions
type Page ¶
type Page struct { Packs []*packEntry State messages.UIState // contains filtered or unexported fields }
func (*Page) HandleEvent ¶ added in v1.45.1
func (*Page) HaveFinishScreen ¶ added in v1.45.1
func (*Page) Overflow ¶
func (p *Page) Overflow() []component.OverflowAction
Click to show internal directories.
Click to hide internal directories.