|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
Data for a dropdown item, ie. one proposed choice. More...
#include <struct.h>
Collaboration diagram for T_Dropdown_choice:Data Fields | |
| short | Number |
| Value that identifies the choice (for this dropdown only) More... | |
| const char * | Label |
| String to display in the dropdown panel. More... | |
| struct T_Dropdown_choice * | Next |
| Pointer to the next choice for this dropdown. More... | |
Data for a dropdown item, ie. one proposed choice.
| short T_Dropdown_choice::Number |
Value that identifies the choice (for this dropdown only)
Referenced by Button_Circle_switch_mode(), Button_Draw_switch_mode(), Button_Magnify_menu(), Button_Palette(), Button_Toggle_toolbar(), Window_dropdown_add_item(), and Window_dropdown_on_click().
| const char* T_Dropdown_choice::Label |
String to display in the dropdown panel.
Referenced by Dropdown_activate(), Window_dropdown_add_item(), and Window_dropdown_on_click().
| struct T_Dropdown_choice* T_Dropdown_choice::Next |
Pointer to the next choice for this dropdown.
Referenced by Dropdown_activate(), Window_dropdown_add_item(), and Window_dropdown_clear_items().