Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wizard ¶
type Wizard struct { App fyne.App Window fyne.Window }
func (*Wizard) ShowWizardStep ¶
func (w *Wizard) ShowWizardStep(step WizardStep)
type WizardStep ¶
type WizardStep interface {
GetContainer(parent fyne.Window) *fyne.Container
}
Click to show internal directories.
Click to hide internal directories.