|
TB2026-YDS Firmware
|
A single menu row. More...
#include <menu_item.h>
Data Fields | |
| const char * | label |
| screen_t * | navigate_to |
| void(* | action )(void) |
A single menu row.
On SELECT, navigate_to takes priority: if non-NULL the navigator pushes it, otherwise action is called.
| void(* menu_item_t::action) (void) |
Called when selected and navigate_to is NULL.
| const char* menu_item_t::label |
Text drawn for the row.
| screen_t* menu_item_t::navigate_to |
Screen pushed when selected, if non-NULL.