app

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2019 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

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

Constants

This section is empty.

Variables

This section is empty.

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.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL