fynefyne.io/fyne/app Index | Files

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

func New() fyne.App

New returns a new app instance using the OpenGL driver.

func NewAppWithDriver

func NewAppWithDriver(d fyne.Driver) fyne.App

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.1.1
Published
Aug 17, 2019
Platform
linux/amd64
Imports
8 packages
Last checked
9 seconds ago

Tools for package owners.