#include <listdata.h>
Public Attributes | |
char * | text |
u32 | value |
u16 | normalTextColour |
u16 | normalBackColour |
u16 | selectedTextColour |
u16 | selectedBackColour |
bool | selected |
Struct defining a single item.
Colour used for background when not selected.
Colour used for text when not selected.
True if the option is selected.
Colour used for background when selected.
Colour used for text when selected.
Text to display for option.
Option value.