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

TypeAlias TableInt

tablemodel.go:38–38  ·  view source on GitHub ↗

TableInt is a TableValue that stores integers. These are used for progressbars. Due to current limitations of libui, they also represent checkbox states, via TableFalse and TableTrue.

Source from the content-addressed store, hash-verified

36// progressbars. Due to current limitations of libui, they also
37// represent checkbox states, via TableFalse and TableTrue.
38type TableInt int
39
40// TableFalse and TableTrue are the Boolean constants for TableInt.
41const (

Callers 1

tableValueFromLibuiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected