src.elv.sh/pkg/cli/tk.ComboBoxSpec.OnFilter (field)

10 uses

	src.elv.sh/pkg/cli/tk (current package)
		combobox.go#L22: 	OnFilter func(ComboBox, string)
		combobox.go#L36: 	if spec.OnFilter == nil {
		combobox.go#L37: 		spec.OnFilter = func(ComboBox, string) {}
		combobox.go#L42: 		OnFilter: spec.OnFilter,

	src.elv.sh/pkg/cli/mode
		completion.go#L69: 		OnFilter: func(w tk.ComboBox, p string) {
		histlist.go#L76: 		OnFilter: func(w tk.ComboBox, p string) {
		lastcmd.go#L74: 		OnFilter: func(w tk.ComboBox, p string) {
		listing.go#L73: 		OnFilter: func(w tk.ComboBox, q string) {
		location.go#L113: 		OnFilter: func(w tk.ComboBox, p string) {

	src.elv.sh/cmd/examples/widget
		main.go#L34: 		OnFilter: func(w tk.ComboBox, filter string) {