Home
last modified time | relevance | path

Searched refs:T_Dropdown_choice (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dstruct.h152 typedef struct T_Dropdown_choice struct
156 struct T_Dropdown_choice * Next;///< Pointer to the next choice for this dropdown. argument
157 } T_Dropdown_choice; typedef
173 T_Dropdown_choice * First_item; ///< Linked list with the choices available for this dropdown.
H A Dengine.h100 T_Dropdown_choice * Dropdown_activate(T_Dropdown_button *button, short off_x, short off_y);
H A Dengine.c2340 T_Dropdown_choice *temp; in Window_dropdown_add_item()
2341 T_Dropdown_choice *last; in Window_dropdown_add_item()
2343 temp=(T_Dropdown_choice *)malloc(sizeof(T_Dropdown_choice)); in Window_dropdown_add_item()
2365 T_Dropdown_choice * next_choice; in Window_dropdown_clear_items()
2896 T_Dropdown_choice * Dropdown_activate(T_Dropdown_button *button, short off_x, short off_y) in Dropdown_activate()
2905 T_Dropdown_choice *item; in Dropdown_activate()
3043 T_Dropdown_choice * item; in Window_dropdown_on_click()
H A Dbuttons.c488 T_Dropdown_choice *item; in Button_Toggle_toolbar()
2269 T_Dropdown_choice *item = NULL; in Button_Draw_switch_mode()
2376 T_Dropdown_choice *item = NULL; in Button_Circle_switch_mode()
3896 T_Dropdown_choice *item; in Button_Magnify_menu()
H A Dpalette.c1308 T_Dropdown_choice *item; in Button_Palette()