Documentation
¶
Index ¶
Constants ¶
View Source
const ( Label widgetType = iota Check Entry )
Variables ¶
View Source
var ( // Tutorials defines the metadata for each tutorial Tutorials = map[string]Screen{ "welcome": { Title: "Welcome", Intro: "", View: welcomeScreen, SupportWeb: true, }, "configuration": {Title: "Configuration", Intro: "Global configuration.", View: configuration, SupportWeb: true, }, "rollout": {Title: "Savings", Intro: "Estimate savings and optionally apply our automated savings engine.", View: rollout, SupportWeb: true, }, } // ScreenIndex defines how our tutorials should be laid out in the index tree ScreenIndex = map[string][]string{ "": {"welcome", "configuration", "rollout", }, } )
Functions ¶
This section is empty.
Types ¶
type ActiveHeader ¶
ActiveHeader represents a table header that can handle taps.
func (*ActiveHeader) Tapped ¶
func (h *ActiveHeader) Tapped(_ *fyne.PointEvent)
Tapped is called when the header is tapped.
func (*ActiveHeader) TappedSecondary ¶
func (h *ActiveHeader) TappedSecondary(_ *fyne.PointEvent)
TappedSecondary is called on a secondary tap (right-click, long-press, etc.).
type ColumnInfo ¶
Click to show internal directories.
Click to hide internal directories.