src.elv.sh/pkg/cli/tk.ListBoxState.Height (field)

8 uses

	src.elv.sh/pkg/cli/tk (current package)
		listbox.go#L96: 			s.First, s.Height = getHorizontalWindow(*s, w.Padding, width, height)
		listbox.go#L99: 			height = s.Height
		listbox.go#L165: 		s.Height = height
		listbox.go#L308: 	return fixIndex(s.Selected-s.Height, s.Items.Len())
		listbox.go#L323: 	return fixIndex(s.Selected+s.Height, s.Items.Len())
		listbox.go#L359: 	return horizontal(s.Selected, s.Items.Len(), -s.Height)
		listbox.go#L365: 	return horizontal(s.Selected, s.Items.Len(), s.Height)
		listbox_state.go#L14: 	Height   int