package
2.0.6
Repository: https://github.com/cheeryprogrammer/fyne.git
Documentation: pkg.go.dev

# Packages

Package desktop provides desktop specific driver functionality.
Package mobile provides desktop specific mobile functionality.
No description provided by the author

# Functions

RunNative provides a way to execute code within the platform-specific runtime context for various runtimes.

# Structs

AndroidContext is passed to the `RunNative` callback when it is executed on an Android device.
UnknownContext is passed to the `RunNative` callback when it is executed on devices without special native context.