Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Name string `json:"name"` Description string `json:"description"` Functions []ModelFunction `json:"functions"` Running bool }
type BuiltinFunction ¶
type ModelFunction ¶
type StackWithFooter ¶
type StackWithFooter struct{}
func (*StackWithFooter) Layout ¶
func (l *StackWithFooter) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)
func (*StackWithFooter) MinSize ¶
func (l *StackWithFooter) MinSize(objects []fyne.CanvasObject) fyne.Size
type StackWithNavbar ¶
type StackWithNavbar struct{}
func (*StackWithNavbar) Layout ¶
func (l *StackWithNavbar) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)
func (*StackWithNavbar) MinSize ¶
func (l *StackWithNavbar) MinSize(objects []fyne.CanvasObject) fyne.Size
type StackWithSidebar ¶
type StackWithSidebar struct{}
func (*StackWithSidebar) Layout ¶
func (l *StackWithSidebar) Layout(objects []fyne.CanvasObject, containerSize fyne.Size)
func (*StackWithSidebar) MinSize ¶
func (l *StackWithSidebar) MinSize(objects []fyne.CanvasObject) fyne.Size
Click to show internal directories.
Click to hide internal directories.