Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeLang ¶
Types ¶
type SettingContract ¶
type SettingContract interface { GetLanguages() []Lang GetCurrentLangOrDefaultLang() (currentLang Lang, isDefault bool) SetLang(language Lang) error GetDirectoryForSaving() string SetDirectoryForSaving(path string) GetFFmpegPath() string SetFFmpegPath(path string) GetFFprobePath() string SetFFprobePath(path string) GetFFplayPath() string SetFFplayPath(path string) ThemeInit() GetThemes() map[string]ThemeInfoContract GetTheme() ThemeInfoContract SetTheme(themeInfo ThemeInfoContract) }
func NewSetting ¶
func NewSetting(fyneApp fyne.App) SettingContract
type ThemeInfoContract ¶
Click to show internal directories.
Click to hide internal directories.