MCPcopy
hub / github.com/g3n/engine / NewVList

Function NewVList

gui/list.go:55–58  ·  view source on GitHub ↗

NewVList creates and returns a pointer to a new vertical list panel with the specified dimensions

(width, height float32)

Source from the content-addressed store, hash-verified

53// NewVList creates and returns a pointer to a new vertical list panel
54// with the specified dimensions
55func NewVList(width, height float32) *List {
56
57 return newList(true, width, height)
58}
59
60// NewHList creates and returns a pointer to a new horizontal list panel
61// with the specified dimensions

Callers 3

NewDropDownFunction · 0.85
buildVListFunction · 0.85
NewTabBarFunction · 0.85

Calls 1

newListFunction · 0.85

Tested by

no test coverage detected