BeRTOS
|
#include <menu.h>
Data Fields | |
MenuItem * | items |
Array of items (end with a NULL hook) | |
const_iptr_t | title |
Menu title (ID or ptr to string, 0 to disable) | |
int | flags |
See MF_#? definitions below. | |
struct Bitmap * | bitmap |
Bitmap where the menu is rendered. | |
int | selected |
Initial selection (written to if MF_SAVESEL is set). | |
BlitBitmap | lcd_blitBitmap |
Callback to call to do smooth the display. |
int Menu::selected |