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

Function NewVSplitter

gui/splitter.go:49–52  ·  view source on GitHub ↗

NewVSplitter creates and returns a pointer to a new vertical splitter widget with the specified initial dimensions

(width, height float32)

Source from the content-addressed store, hash-verified

47// NewVSplitter creates and returns a pointer to a new vertical splitter
48// widget with the specified initial dimensions
49func NewVSplitter(width, height float32) *Splitter {
50
51 return newSplitter(false, width, height)
52}
53
54// newSpliter creates and returns a pointer of a new splitter with
55// the specified orientation and initial dimensions.

Callers 1

buildSplitterFunction · 0.85

Calls 1

newSplitterFunction · 0.85

Tested by

no test coverage detected