Versions in this module Expand all Collapse all v2 v2.7.2 Jan 29, 2024 Changes in this version + type Application struct + func New() *Application + func NewWithOptions(options *options.App) *Application + func (a *Application) Bind(boundStruct any) + func (a *Application) On(eventType EventType, callback func()) + func (a *Application) Quit() + func (a *Application) Run() error + func (a *Application) SetApplicationMenu(appMenu *menu.Menu) + type EventType int + const DomReady + const ShutDown + const StartUp