Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorPopup ¶
func NewGuiAuth ¶
Types ¶
type ConnectPopup ¶
type ConnectPopup struct {
// contains filtered or unexported fields
}
func (*ConnectPopup) Close ¶ added in v1.45.1
func (*ConnectPopup) Close() error
func (*ConnectPopup) HandleEvent ¶ added in v1.45.1
func (p *ConnectPopup) HandleEvent(event any) error
func (*ConnectPopup) ID ¶
func (*ConnectPopup) ID() string
type D ¶
type D = layout.Dimensions
type Gatherings ¶ added in v1.39.1
type Gatherings struct {
// contains filtered or unexported fields
}
func (*Gatherings) Close ¶ added in v1.45.1
func (g *Gatherings) Close() error
func (*Gatherings) HandleEvent ¶ added in v1.45.1
func (g *Gatherings) HandleEvent(event any) error
func (*Gatherings) ID ¶ added in v1.39.1
func (*Gatherings) ID() string
func (*Gatherings) Layout ¶ added in v1.39.1
func (g *Gatherings) Layout(gtx C, th *material.Theme) D
func (*Gatherings) Load ¶ added in v1.39.1
func (g *Gatherings) Load() error
type Popup ¶
type Popup interface { ID() string Layout(gtx C, th *material.Theme) D io.Closer messages.EventHandler }
func NewGatherings ¶ added in v1.39.1
func NewSelectAccount ¶ added in v1.49.0
func NewUpdatePopup ¶
type RealmsList ¶
func (*RealmsList) Close ¶ added in v1.45.1
func (*RealmsList) Close() error
func (*RealmsList) HandleEvent ¶ added in v1.45.1
func (*RealmsList) HandleEvent(event any) error
func (*RealmsList) ID ¶
func (*RealmsList) ID() string
func (*RealmsList) Load ¶
func (r *RealmsList) Load() error
type SelectAccount ¶ added in v1.49.0
type SelectAccount struct {
// contains filtered or unexported fields
}
func (*SelectAccount) Close ¶ added in v1.49.0
func (*SelectAccount) Close() error
func (*SelectAccount) HandleEvent ¶ added in v1.49.0
func (p *SelectAccount) HandleEvent(event any) error
func (*SelectAccount) ID ¶ added in v1.49.0
func (*SelectAccount) ID() string
type UpdatePopup ¶
type UpdatePopup struct {
// contains filtered or unexported fields
}
func (*UpdatePopup) Close ¶ added in v1.45.1
func (p *UpdatePopup) Close() error
func (*UpdatePopup) HandleEvent ¶ added in v1.45.1
func (p *UpdatePopup) HandleEvent(event any) error
func (*UpdatePopup) ID ¶
func (p *UpdatePopup) ID() string
Click to show internal directories.
Click to hide internal directories.