GrafX2 2.9.3227
The ultimate 256-color painting program
T_Dropdown_choice Struct Reference

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_choiceNext
 Pointer to the next choice for this dropdown. More...
 

Detailed Description

Data for a dropdown item, ie. one proposed choice.

Field Documentation

◆ Number

short T_Dropdown_choice::Number

◆ Label

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

◆ Next

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


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