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.
| 36 | // progressbars. Due to current limitations of libui, they also |
| 37 | // represent checkbox states, via TableFalse and TableTrue. |
| 38 | type TableInt int |
| 39 | |
| 40 | // TableFalse and TableTrue are the Boolean constants for TableInt. |
| 41 | const ( |
no outgoing calls
no test coverage detected