Menu Struct Reference
Menu description. More...
#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). | |
Detailed Description
Menu description.Definition at line 150 of file menu.h.
Field Documentation
| int Menu::selected |
The documentation for this struct was generated from the following file:
