Documentation ¶
Index ¶
Constants ¶
View Source
const ( ManagerID = "manager" ListModeID = "list-mode" SearchEntryID = "search-entry" LangID = "lang" )
Variables ¶
View Source
var ( LoadingDialog *dialog.CustomDialog InstallingDialog *dialog.CustomDialog UninstallingDialog *dialog.CustomDialog )
View Source
var Managers = []string{ choco.ManagerName, scoop.ManagerName, }
Functions ¶
func FuncLoadingDialog ¶
func FuncLoadingDialog(funcs ...func())
func InfiniteLoadingDialog ¶
func InfiniteLoadingDialog(functions ...func())
func InitDialogs ¶ added in v1.1.0
func InitDialogs()
func InitLocales ¶ added in v1.1.0
func InitLocales()
func InstallSelected ¶ added in v1.1.0
func InstallSelected()
func ShowSettingsWindow ¶
func ShowSettingsWindow()
func UninstallSelected ¶ added in v1.1.0
func UninstallSelected()
Types ¶
type Search ¶
type Search struct { Box *fyne.Container ModeSelect *widget.Select Entry *widget.Entry Button *widget.Button }
func (*Search) InitSelect ¶
func (s *Search) InitSelect()
type SideBar ¶
type SideBar struct { Box *fyne.Container Form *widget.Form CurrentPkg pkg.Packager Slice []*widget.FormItem Name *widget.FormItem Version *widget.FormItem Installed *widget.FormItem Manager *widget.FormItem Local *widget.FormItem Repo *widget.FormItem Close *widget.Button LoadBar *widget.ProgressBar }
Click to show internal directories.
Click to hide internal directories.