Documentation ¶
Index ¶
- func NewCanvas() fyne.Canvas
- func NewGoMobileDriver() fyne.Driver
- func ShowFileOpenPicker(callback func(fyne.URIReadCloser, error), filter storage.FileFilter)
- func ShowFileSavePicker(callback func(fyne.URIWriteCloser, error), filter storage.FileFilter, ...)
- func ShowFolderOpenPicker(callback func(fyne.ListableURI, error))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCanvas ¶
func NewCanvas() fyne.Canvas
NewCanvas creates a new gomobile mobileCanvas. This is a mobileCanvas that will render on a mobile device using OpenGL.
func NewGoMobileDriver ¶
func NewGoMobileDriver() fyne.Driver
NewGoMobileDriver sets up a new Driver instance implemented using the Go Mobile extension and OpenGL bindings.
func ShowFileOpenPicker ¶
func ShowFileOpenPicker(callback func(fyne.URIReadCloser, error), filter storage.FileFilter)
ShowFileOpenPicker loads the native file open dialog and returns the chosen file path via the callback func.
func ShowFileSavePicker ¶ added in v2.0.2
func ShowFileSavePicker(callback func(fyne.URIWriteCloser, error), filter storage.FileFilter, filename string)
ShowFileSavePicker loads the native file save dialog and returns the chosen file path via the callback func.
func ShowFolderOpenPicker ¶
func ShowFolderOpenPicker(callback func(fyne.ListableURI, error))
ShowFolderOpenPicker loads the native folder open dialog and calls back the chosen directory path as a ListableURI.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.