package
2.10.1
Repository: https://github.com/wailsapp/wails.git
Documentation: pkg.go.dev

# Functions

BrowserOpenURL uses the system default browser to open the url.
No description provided by the author
No description provided by the author
Environment returns information about the environment.
EventsEmit pass through.
EventsOff unregisters a listener for the given event name, optionally multiple listeners can be unregistered via `additionalEventNames`.
EventsOff unregisters a listener for the given event name, optionally multiple listeners can be unregistered via `additionalEventNames`.
EventsOn registers a listener for the given event name.
EventsOnce registers a listener for the given event name.
EventsOnMultiple registers a listener for the given event name, that may be called a maximum of 'counter' times.
Hide the application.
LogDebug prints a Debug level message.
LogDebugf prints a Debug level message.
LogError prints a Error level message.
LogErrorf prints a Error level message.
LogFatal prints a Fatal level message.
LogFatalf prints a Fatal level message.
LogInfo prints a Info level message.
LogInfof prints a Info level message.
LogPrint prints a Print level message.
LogPrintf prints a Print level message.
LogSetLogLevel sets the log level.
LogTrace prints a Trace level message.
LogTracef prints a Trace level message.
LogWarning prints a Warning level message.
LogWarningf prints a Warning level message.
No description provided by the author
No description provided by the author
MessageDialog show a message dialog to the user.
OnFileDrop returns a slice of file path strings when a drop is finished.
OnFileDropOff removes the drag and drop listeners and handlers.
OpenDirectoryDialog prompts the user to select a directory.
OpenFileDialog prompts the user to select a file.
OpenMultipleFilesDialog prompts the user to select a file.
Quit the application.
SaveFileDialog prompts the user to select a file.
ScreenGetAll returns all screens.
Show the application if it is hidden.
WindowCenter the window on the current screen.
WindowExecJS executes the given Js in the window.
WindowFullscreen makes the window fullscreen.
No description provided by the author
No description provided by the author
WindowHide the window.
WindowIsFullscreen get the window state is window Fullscreen.
WindowIsMaximised get the window state is window Maximised.
WindowIsMinimised get the window state is window Minimised.
WindowIsNormal get the window state is window Normal.
WindowMaximise the window.
WindowMinimise the window.
No description provided by the author
WindowReload will reload the window contents.
WindowReloadApp will reload the application.
WindowSetAlwaysOnTop sets the window AlwaysOnTop or not on top.
No description provided by the author
No description provided by the author
No description provided by the author
WindowSetMaxSize sets the maximum size of the window.
WindowSetMinSize sets the minimum size of the window.
WindowSetPosition sets the position of the window.
WindowSetSize sets the size of the window.
No description provided by the author
WindowSetTitle sets the title of the window.
WindowShow shows the window if hidden.
WindowToggleMaximise the window.
WindowUnfullscreen makes the window UnFullscreen.
WindowUnmaximise the window.
WindowUnminimise the window.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

EnvironmentInfo contains information about the environment.

# Type aliases

No description provided by the author
FileFilter defines a filter for dialog boxes.
MessageDialogOptions contains the options for the Message dialogs, EG Info, Warning, etc runtime methods.
OpenDialogOptions contains the options for the OpenDialogOptions runtime method.
SaveDialogOptions contains the options for the SaveDialog runtime method.
No description provided by the author