Documentation ¶
Overview ¶
searchdown is the search & download
subs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewDownloader ¶
func NewDownloader(win fyne.Window, h func(string)) *Downloader
func (*Downloader) CloseAllWindow ¶
func (down *Downloader) CloseAllWindow()
func (*Downloader) ShowSearchDiag ¶
func (down *Downloader) ShowSearchDiag()
ShowSearchDiag returns the name of selected plugin and keyword
func (*Downloader) ShowSubsWin ¶
func (down *Downloader) ShowSubsWin()
type SubscriptionWin ¶
type SubscriptionWin struct { fyne.Window // contains filtered or unexported fields }
func NewSubscriptionWin ¶
func NewSubscriptionWin(subs *plugin.SubscriptionList, d *Downloader) *SubscriptionWin
Click to show internal directories.
Click to hide internal directories.