Documentation ¶
Index ¶
- Variables
- type App
- type AppConfig
- func (a *AppConfig) GetCSS() string
- func (a *AppConfig) GetColour() string
- func (a *AppConfig) GetDefaultHTML() string
- func (a *AppConfig) GetDisableInspector() bool
- func (a *AppConfig) GetHeight() int
- func (a *AppConfig) GetJS() string
- func (a *AppConfig) GetResizable() bool
- func (a *AppConfig) GetTitle() string
- func (a *AppConfig) GetWidth() int
- type CustomLogger
- type Runtime
- type Store
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildMode = cmd.BuildModeProd
BuildMode indicates what mode we are in
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App defines the main application struct
func CreateApp ¶
CreateApp creates the application window with the given configuration If none given, the defaults are used
type AppConfig ¶
type AppConfig struct {
Width, Height int
Title string
HTML string
JS string
CSS string
Colour string
Resizable bool
DisableInspector bool
// contains filtered or unexported fields
}
AppConfig is the configuration structure used when creating a Wails App object
func (*AppConfig) GetDefaultHTML ¶ added in v0.18.0
GetDefaultHTML returns the default HTML
func (*AppConfig) GetDisableInspector ¶ added in v0.18.0
GetDisableInspector returns true if the inspector should be disabled
func (*AppConfig) GetResizable ¶ added in v0.18.0
GetResizable returns true if the window should be resizable
type Store ¶ added in v1.8.0
type Store = wailsruntime.Store
Store is a state store used for syncing with the front end
Directories ¶
Path | Synopsis |
---|---|
lib
|
|
renderer/webview
Package webview implements Go bindings to https://github.com/zserge/webview C library.
|
Package webview implements Go bindings to https://github.com/zserge/webview C library. |
Package runtime contains all the methods and data structures related to the runtime library of Wails.
|
Package runtime contains all the methods and data structures related to the runtime library of Wails. |
Click to show internal directories.
Click to hide internal directories.