MCPcopy
hub / github.com/wailsapp/wails / ToolButton

Struct ToolButton

v2/internal/frontend/desktop/windows/winc/toolbar.go:23–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type ToolButton struct {
24 tb *Toolbar
25
26 text string
27 enabled bool
28 checkable bool
29 checked bool
30 image int
31
32 onClick EventManager
33}
34
35func (bt *ToolButton) OnClick() *EventManager {
36 return &bt.onClick

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected