()
| 44 | ) |
| 45 | |
| 46 | func (i TableInt) toLibui() *C.uiTableValue { |
| 47 | return C.uiNewTableValueInt(C.int(i)) |
| 48 | } |
| 49 | |
| 50 | // TableColor is a TableValue that represents a color. |
| 51 | type TableColor struct { |
nothing calls this directly
no outgoing calls
no test coverage detected