Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalVars ¶
type GlobalVars struct { App fyne.App Window fyne.Window }
Put all variables you want to expose to the package here
type WindowTemplate ¶
type WindowTemplate struct {
MVVM mvvm
}
Rename Me!
func New ¶
func New(mvvm mvvm) *WindowTemplate
func (*WindowTemplate) AccessMVVM ¶
func (f *WindowTemplate) AccessMVVM()
Accessing content in the MVVM
func (*WindowTemplate) Open ¶
func (f *WindowTemplate) Open()
This function MUST be the first access to this package
Click to show internal directories.
Click to hide internal directories.