MCPcopy Create free account
hub / github.com/andlabs/ui / Append

Method Append

tab.go:43–45  ·  view source on GitHub ↗

Append adds the given page to the end of the Tab.

(name string, child Control)

Source from the content-addressed store, hash-verified

41
42// Append adds the given page to the end of the Tab.
43func (t *Tab) Append(name string, child Control) {
44 t.InsertAt(name, len(t.children), child)
45}
46
47// InsertAt adds the given page to the Tab such that it is the
48// nth page of the Tab (starting at 0).

Callers 1

setupUIFunction · 0.95

Calls 1

InsertAtMethod · 0.95

Tested by

no test coverage detected