Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowErrorDialogAndRun ¶
func ShowErrorDialogAndRun(err error)
ShowErrorDialogAndRun will create a new error window displaying the text of the error. Takes in an error, and an optional link. If the link is added, a hyperlink will be created at the bottom so the user can click on it.
func ShowErrorDialogAndRunWithLink ¶
ShowErrorDialogAndRunWithLink will create a new error window displaying the text of the error. Takes in an error, and an optional link. If the link is added, a hyperlink will be created at the bottom so the user can click on it.
Types ¶
type GUI ¶
type GUI struct { Size fyne.Size App fyne.App RootWin fyne.Window // contains filtered or unexported fields }
GUI
func (*GUI) ListenForDisplayButtonPress ¶
ListenForDisplayButtonPress will listen for a button press then visibly update the button so it looks like it was pressed
func (*GUI) SetContent ¶
func (g *GUI) SetContent(c fyne.CanvasObject)
Helpers
Add content to the GUI.RootWin
Click to show internal directories.
Click to hide internal directories.