Documentation ¶
Index ¶
- Constants
- Variables
- func New(invalidate func()) pages.Page
- type C
- type D
- type Page
- func (p *Page) Actions(th *material.Theme) []component.AppBarAction
- func (p *Page) HandleMessage(msg *messages.Message) *messages.Message
- 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 = "settings"
Variables ¶
View Source
var AddressInput = &addressInput{ editor: widget.Editor{ SingleLine: true, }, connectInfo: &utils.ConnectInfo{}, }
Functions ¶
Types ¶
type D ¶
type D = layout.Dimensions
type Page ¶
type Page struct {
// contains filtered or unexported fields
}
func (*Page) HandleMessage ¶ added in v1.33.1
func (*Page) Overflow ¶
func (p *Page) Overflow() []component.OverflowAction
Click to show internal directories.
Click to hide internal directories.