MCPcopy Index your code
hub / github.com/andlabs/ui / TableValue

Interface TableValue

tablemodel.go:10–12  ·  view source on GitHub ↗

TableValue is a type that represents a piece of data that can come out of a TableModel.

Source from the content-addressed store, hash-verified

8// TableValue is a type that represents a piece of data that can come
9// out of a TableModel.
10type TableValue interface {
11 toLibui() *C.uiTableValue
12}
13
14// TableString is a TableValue that stores a string. TableString is
15// used for displaying text in a Table.

Callers 1

Implementers 11

TableImagetablemodel.go
TableColortablemodel.go
DrawBrushdraw.go
DrawMatrixdraw.go
TableParamstable.go
TextColordrawtext.go
TextBackgrounddrawtext.go
FontDescriptordrawtext.go

Calls

no outgoing calls

Tested by

no test coverage detected