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).

Detailed Description

Menu description.

Definition at line 150 of file menu.h.


Field Documentation

Initial selection (written to if MF_SAVESEL is set).

Definition at line 156 of file menu.h.


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