#include <dropdown_type.h>
Public Member Functions | |
DropDownListItem (int result, bool masked) | |
virtual StringID | String () const |
Data Fields | |
int | result |
Result code to return to window on selection. | |
bool | masked |
Masked and unselectable item. |
If placed in a list it will appear as a horizontal line in the menu.
Definition at line 13 of file dropdown_type.h.