add some comments and rename *ArtistGenrePlaylist* -> *ArtistGenreList*

This commit is contained in:
Drew Weymouth
2023-03-14 10:32:19 -07:00
parent 20f274797f
commit f6efe6c9c9
5 changed files with 43 additions and 31 deletions
+3
View File
@@ -9,6 +9,9 @@ import (
"fyne.io/fyne/v2/widget"
)
// Searcher is a search entry widget that will issue a search command
// (aka call OnSearched) when a short span of time has elapsed since
// the user typed into the widget.
type Searcher struct {
Entry *SearchEntry
OnSearched func(string)