Documentation ¶
Index ¶
- Variables
- type Widget
- func (w *Widget) Fn(gtx l.Context) l.Dimensions
- func (wg *Widget) GetButtons()
- func (w *Widget) Page(title string, widget gel.Widgets) func(gtx l.Context) l.Dimensions
- func (w *Widget) PageTopBarButton(name string, index int, ico *[]byte, onClick func(string), app *gel.App, ...) func(gtx l.Context) l.Dimensions
- func (w *Widget) SideBarButton(title, page string, index int) func(gtx l.Context) l.Dimensions
- func (w *Widget) StatusBarButton(name string, index int, ico *[]byte, onClick func(string), app *gel.App) func(gtx l.Context) l.Dimensions
Constants ¶
This section is empty.
Variables ¶
View Source
var F, E, W, I, D, T log.LevelPrinter = log.GetLogPrinterSet(subsystem)
Functions ¶
This section is empty.
Types ¶
type Widget ¶
type Widget struct { *gel.Window *gel.App Size *uberatomic.Int32 // contains filtered or unexported fields }
func (*Widget) GetButtons ¶
func (wg *Widget) GetButtons()
func (*Widget) PageTopBarButton ¶
func (*Widget) SideBarButton ¶
Click to show internal directories.
Click to hide internal directories.