Documentation
¶
Index ¶
- type C
- type D
- type GUI
- func (g *GUI) CloseLogs()
- func (g *GUI) ClosePopup(id string)
- func (g *GUI) Error(err error) error
- func (g *GUI) ExitSubcommand()
- func (g *GUI) Explorer() *explorer.Explorer
- func (g *GUI) Init() error
- func (g *GUI) Invalidate()
- func (g *GUI) OpenUrl(uri string)
- func (g *GUI) ShowPopup(pop any)
- func (g *GUI) Start(ctx context.Context, cancel context.CancelCauseFunc) (err error)
- func (g *GUI) StartSubcommand(subCommand string, settings any)
- func (g *GUI) Toast(gtx layout.Context, t string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type D ¶
type D = layout.Dimensions
type GUI ¶ added in v1.31.1
type GUI struct {
// contains filtered or unexported fields
}
func (*GUI) ClosePopup ¶ added in v1.45.1
func (*GUI) ExitSubcommand ¶ added in v1.45.1
func (g *GUI) ExitSubcommand()
func (*GUI) Invalidate ¶ added in v1.45.1
func (g *GUI) Invalidate()
func (*GUI) StartSubcommand ¶ added in v1.45.1
Click to show internal directories.
Click to hide internal directories.