BeRTOS
Data Fields
Menu Struct Reference

Menu description. More...

#include <menu.h>

Data Fields

MenuItemitems
 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 Bitmapbitmap
 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.

Detailed Description

Menu description.

Definition at line 98 of file menu.h.


Field Documentation

Initial selection (written to if MF_SAVESEL is set).

Definition at line 104 of file menu.h.


The documentation for this struct was generated from the following file: