Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DarkerTheme ¶
DarkerTheme is a darker variant of fyne.DarkTheme()
Types ¶
type GraphicalInterface ¶
GraphicalInterface represents a wrapped fyne.App
func (*GraphicalInterface) Init ¶
func (ui *GraphicalInterface) Init(windows map[string]Window, primary string)
Init assigns the Windows and Primary, to keep track of managed fyne.Windows
func (*GraphicalInterface) OpenWindow ¶
func (ui *GraphicalInterface) OpenWindow(windowName string)
OpenWindow shows a given window, initializing it first if needed
func (*GraphicalInterface) Run ¶
func (ui *GraphicalInterface) Run()
Run starts the fyne.App and shows the main window
type WindowBase ¶
type WindowBase struct { App fyne.App UI *GraphicalInterface // contains filtered or unexported fields }
WindowBase implements the Window common pieces interface
func (*WindowBase) GetWindow ¶
func (b *WindowBase) GetWindow() fyne.Window
GetWindow returns reference to the fyne.Window we are managing
func (*WindowBase) Init ¶
func (b *WindowBase) Init()
Init creates a new "Hello, World" window (should be overridden!)
func (*WindowBase) SetWindow ¶
func (b *WindowBase) SetWindow(w fyne.Window)
SetWindow immediately changes the fyne.Window we are managing
Click to show internal directories.
Click to hide internal directories.