Documentation
¶
Index ¶
- Constants
- type MainWindow
- func (mw *MainWindow) GetExitButton() *widget.Button
- func (mw *MainWindow) GetKillButton() *widget.Button
- func (mw *MainWindow) GetRunOrTestButton() *widget.Button
- func (mw *MainWindow) GetToggleAutostartButton() *widget.Button
- func (mw *MainWindow) GetToggleAutostartButtonState() bool
- func (mw *MainWindow) GetWindow() fyne.Window
- func (mw *MainWindow) Init(app fyne.App)
- func (mw *MainWindow) SetKillButtonState(enable bool)
- func (mw *MainWindow) SetRunOrTestButtonState(enable bool)
- func (mw *MainWindow) SetToggleAutostartButtonState(enable bool)
Constants ¶
View Source
const ABOUT_BUTTON = "About"
View Source
const ABOUT_MESSAGE = `` /* 367-byte string literal not displayed */
View Source
const ABOUT_TITLE = "Windows Media Keys"
View Source
const APP_VERSION = "0.2"
View Source
const EXIT_BUTTON = "Exit"
View Source
const KILL_BUTTON = "Kill running instance"
View Source
const RUN_TEST_BUTTON = "Run (test)"
View Source
const TITLE = "Windows Media Keys v%v"
View Source
const TOGGLE_AUTOSTART_BUTTON_DISABLE = "Disable autostart"
View Source
const TOGGLE_AUTOSTART_BUTTON_ENABLE = "Enable autostart"
View Source
const WINDOW_HEIGHT = 600
View Source
const WINDOW_WIDTH = 800
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MainWindow ¶
type MainWindow struct {
// contains filtered or unexported fields
}
func (*MainWindow) GetExitButton ¶
func (mw *MainWindow) GetExitButton() *widget.Button
func (*MainWindow) GetKillButton ¶
func (mw *MainWindow) GetKillButton() *widget.Button
func (*MainWindow) GetRunOrTestButton ¶
func (mw *MainWindow) GetRunOrTestButton() *widget.Button
func (*MainWindow) GetToggleAutostartButton ¶
func (mw *MainWindow) GetToggleAutostartButton() *widget.Button
func (*MainWindow) GetToggleAutostartButtonState ¶
func (mw *MainWindow) GetToggleAutostartButtonState() bool
func (*MainWindow) GetWindow ¶
func (mw *MainWindow) GetWindow() fyne.Window
func (*MainWindow) Init ¶
func (mw *MainWindow) Init(app fyne.App)
func (*MainWindow) SetKillButtonState ¶
func (mw *MainWindow) SetKillButtonState(enable bool)
func (*MainWindow) SetRunOrTestButtonState ¶
func (mw *MainWindow) SetRunOrTestButtonState(enable bool)
func (*MainWindow) SetToggleAutostartButtonState ¶
func (mw *MainWindow) SetToggleAutostartButtonState(enable bool)
Click to show internal directories.
Click to hide internal directories.