Documentation ¶
Index ¶
- func NewAbout(content string, links []*widget.Hyperlink, a fyne.App, w fyne.Window) dialog.Dialog
- func NewAboutWindow(content string, links []*widget.Hyperlink, a fyne.App) fyne.Window
- func ShowAbout(content string, links []*widget.Hyperlink, a fyne.App, w fyne.Window)
- func ShowAboutWindow(content string, links []*widget.Hyperlink, a fyne.App)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAbout ¶
NewAbout creates a parallax about dialog using the app metadata along with the markdown content and links passed into this method. You should call Show on the returned dialog to display it.
func NewAboutWindow ¶
NewAboutWindow creates a parallax about window using the app metadata along with the markdown content and links passed into this method. You should call Show on the returned window to display it.
func ShowAbout ¶
ShowAbout opens a parallax about dialog using the app metadata along with the markdown content and links passed into this method.
func ShowAboutWindow ¶
ShowAboutWindow opens a parallax about window using the app metadata along with the markdown content and links passed into this method.
Types ¶
This section is empty.