Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application is the main Wails application
func NewWithOptions ¶
func NewWithOptions(options *options.App) *Application
NewWithOptions creates a new Application with the given options
func (*Application) Bind ¶
func (a *Application) Bind(boundStruct any)
Bind the given struct to the application
func (*Application) On ¶
func (a *Application) On(eventType EventType, callback func())
func (*Application) SetApplicationMenu ¶
func (a *Application) SetApplicationMenu(appMenu *menu.Menu)
SetApplicationMenu sets the application menu
Click to show internal directories.
Click to hide internal directories.