Home
last modified time | relevance | path

Searched refs:T_Normal_button (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dstruct.h99 typedef struct T_Normal_button struct
109 struct T_Normal_button * Next;///< Pointer to the next normal button of current window. argument
110 } T_Normal_button; typedef
234 T_Normal_button *Normal_button_list;
H A Dengine.h55 T_Normal_button * Window_set_normal_button(word x_pos, word y_pos,
59 T_Normal_button * Window_set_repeatable_button(word x_pos, word y_pos,
H A Dengine.c1795 T_Normal_button * temp1; in Close_window()
2148 T_Normal_button * Window_set_normal_button(word x_pos, word y_pos, in Window_set_normal_button()
2153 T_Normal_button * temp=NULL; in Window_set_normal_button()
2159 temp=(T_Normal_button *)malloc(sizeof(T_Normal_button)); in Window_set_normal_button()
2178 T_Normal_button * Window_set_repeatable_button(word x_pos, word y_pos, in Window_set_repeatable_button()
2183 T_Normal_button * temp=NULL; in Window_set_repeatable_button()
2189 temp=(T_Normal_button *)malloc(sizeof(T_Normal_button)); in Window_set_repeatable_button()
2502 T_Normal_button * temp1; in Close_popup()
3112 T_Normal_button * temp1; in Window_get_clicked_button()
3313 T_Normal_button * temp; in Window_get_button_shortcut()
H A Dbuttons_effects.c1749 T_Normal_button * button_bg_color; in Button_Sieve_menu()