src.elv.sh/pkg/cli/mode.completion.ListBox (method, view implemented interface methods)

8 uses

	src.elv.sh/pkg/cli/mode (current package)
		completion.go#L70: 			w.ListBox().Reset(filterCompletionItems(cfg.Items, cfg.Filter.makePredicate(p)), 0)
		histlist.go#L78: 			w.ListBox().Reset(it, it.Len()-1)
		lastcmd.go#L79: 				w.ListBox().Reset(items, 0)
		listing.go#L75: 			w.ListBox().Reset(listingItems(it), selected)
		location.go#L114: 			w.ListBox().Reset(l.filter(cfg.Filter.makePredicate(p)), 0)

	src.elv.sh/pkg/cli/tk
		combobox.go#L13: 	ListBox() ListBox

	src.elv.sh/pkg/edit
		listing.go#L147: 	w.ListBox().Accept()
		listing.go#L214: 	w.ListBox().Select(f)