Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorPopup ¶
func NewGuiAuth ¶
func NewGuiAuth(cancel func(), uri, code string) *guiAuth
Types ¶
type ConnectPopup ¶
type ConnectPopup struct { ListenIP string ListenPort int // contains filtered or unexported fields }
func (*ConnectPopup) HandleMessage ¶
func (p *ConnectPopup) HandleMessage(msg *messages.Message) *messages.Message
func (*ConnectPopup) ID ¶
func (p *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) HandleMessage ¶ added in v1.39.1
func (g *Gatherings) HandleMessage(msg *messages.Message) *messages.Message
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 ¶
func NewGatherings ¶ added in v1.39.1
func NewGatherings(setGathering func(*gatherings.Gathering)) Popup
func NewRealmsList ¶
func NewUpdatePopup ¶
type RealmsList ¶
func (*RealmsList) HandleMessage ¶
func (*RealmsList) HandleMessage(msg *messages.Message) *messages.Message
func (*RealmsList) ID ¶
func (*RealmsList) ID() string
func (*RealmsList) Load ¶
func (r *RealmsList) Load() error
type UpdatePopup ¶
type UpdatePopup struct {
// contains filtered or unexported fields
}
func (*UpdatePopup) HandleMessage ¶
func (p *UpdatePopup) HandleMessage(msg *messages.Message) *messages.Message
func (*UpdatePopup) ID ¶
func (p *UpdatePopup) ID() string
Click to show internal directories.
Click to hide internal directories.