Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { *application.Application // Embedded standard application object // contains filtered or unexported fields }
App contains the application state
func (*App) AddFinalizer ¶
func (app *App) AddFinalizer(f func())
AddFinalizer adds a function which will be executed before another demo is started
func (*App) ControlFolder ¶
func (app *App) ControlFolder() *gui.ControlFolder
ControlFolder returns the application control folder
Click to show internal directories.
Click to hide internal directories.