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

Method toLibui

tablemodel.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44)
45
46func (i TableInt) toLibui() *C.uiTableValue {
47 return C.uiNewTableValueInt(C.int(i))
48}
49
50// TableColor is a TableValue that represents a color.
51type TableColor struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected