Used in the following contexts:
More...
Used in the following contexts:
- as the return value of the choose() function
- as the idx field of the return value of the get_item_index(), ins(), del(), edit(), enter(), refresh() callbacks of the chooser_t structure
- as the parameter n of the chooser_t::refresh() callback Usage matrix
◆ NO_SELECTION
ssize_t chooser_base_t::NO_SELECTION = -1 |
|
staticconstexpr |
there is no selected item
◆ EMPTY_CHOOSER
ssize_t chooser_base_t::EMPTY_CHOOSER = -2 |
|
staticconstexpr |
the chooser has no data and cannot be displayed
◆ ALREADY_EXISTS
ssize_t chooser_base_t::ALREADY_EXISTS = -3 |
|
staticconstexpr |
the non-modal chooser with the same data is already open
◆ NO_ATTR
ssize_t chooser_base_t::NO_ATTR = -4 |
|
staticconstexpr |