package app
import "fyne.io/fyne/app"
Package app provides app implementations for working with Fyne graphical interfaces. The fastest way to get started is to call app.New() which will normally load a new desktop application. If the "ci" tag is passed to go (go run -tags ci myapp.go) it will run an in-memory application.
Index ¶
Functions ¶
func New ¶
New returns a new app instance using the OpenGL driver.
func NewAppWithDriver ¶
NewAppWithDriver initialises a new Fyne application using the specified driver and returns a handle to that App. Built in drivers are provided in the "driver" package.
Source Files ¶
app.go app_gl.go app_xdg.go settings.go
- Version
- v1.0.1
- Published
- Apr 19, 2019
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 15 seconds ago –
Tools for package owners.