fynefyne.io/fyne/internal/driver/gomobile Index | Files

package gomobile

import "fyne.io/fyne/internal/driver/gomobile"

Index

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.

Source Files

canvas.go clipboard.go clipboard_desktop.go device.go device_desktop.go driver.go file.go file_desktop.go keyboard.go menu.go window.go

Version
v1.3.2
Published
Jul 11, 2020
Platform
windows/amd64
Imports
32 packages
Last checked
23 minutes ago

Tools for package owners.