Documentation
¶
Index ¶
- func Action(actionDescr ui.AttributesDescr, fullName string, win fyne.Window, ...)
- func BooleanCallback(childrenDescr ui.CommandsDescr, submitName, cancelName string, fullName string, ...) func(bool)
- func Children(achildren any, parent string, win fyne.Window, uiDescr ui.CommandsDescr)
- func Close(_ ui.AttributesDescr, _ string, win fyne.Window, _ ui.CommandsDescr)
- func CloseCallback(childDescr ui.CommandsDescr, fullName string, win fyne.Window, ...) func()
- func Exit(exitDescr ui.AttributesDescr, _ string, _ fyne.Window, _ ui.CommandsDescr)
- func GetSize(descr ui.AttributesDescr) (width, height float32)
- func Group(groupDescr ui.AttributesDescr, parent string, win fyne.Window, ...)
- func Keyword(keywordDescr ui.AttributesDescr, fullName string, win fyne.Window, ...)
- func Link(linkDescr ui.AttributesDescr, fullName string, win fyne.Window, ...)
- func UIDescription(uiDescr ui.CommandsDescr)
- func Window(winDescr ui.AttributesDescr, fullName string, _ fyne.Window, ...)
- func Write(writeDescr ui.AttributesDescr, fullName string, _ fyne.Window, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Action ¶
func Action(actionDescr ui.AttributesDescr, fullName string, win fyne.Window, uiDescr ui.CommandsDescr)
func BooleanCallback ¶
func BooleanCallback( childrenDescr ui.CommandsDescr, submitName, cancelName string, fullName string, win fyne.Window, uiDescr ui.CommandsDescr, ) func(bool)
func Children ¶
func Children(achildren any, parent string, win fyne.Window, uiDescr ui.CommandsDescr)
func Close ¶
func Close(_ ui.AttributesDescr, _ string, win fyne.Window, _ ui.CommandsDescr)
func CloseCallback ¶
func CloseCallback(childDescr ui.CommandsDescr, fullName string, win fyne.Window, uiDescr ui.CommandsDescr) func()
func Exit ¶
func Exit(exitDescr ui.AttributesDescr, _ string, _ fyne.Window, _ ui.CommandsDescr)
func GetSize ¶
func GetSize(descr ui.AttributesDescr) (width, height float32)
func Group ¶
func Group(groupDescr ui.AttributesDescr, parent string, win fyne.Window, uiDescr ui.CommandsDescr)
func Keyword ¶
func Keyword(keywordDescr ui.AttributesDescr, fullName string, win fyne.Window, uiDescr ui.CommandsDescr)
func Link ¶
func Link(linkDescr ui.AttributesDescr, fullName string, win fyne.Window, uiDescr ui.CommandsDescr)
func UIDescription ¶
func UIDescription(uiDescr ui.CommandsDescr)
UIDescription runs a whole UI description and returns any error encountered.
func Window ¶
func Window(winDescr ui.AttributesDescr, fullName string, _ fyne.Window, uiDescr ui.CommandsDescr)
Window runs a Window description including all of its children. In the case of the main window it will run the whole UI. The fyne.Window parameter isn't currently used but might be used in the future for a parent window.
func Write ¶
func Write(writeDescr ui.AttributesDescr, fullName string, _ fyne.Window, _ ui.CommandsDescr)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.