GrafX2 2.9.3227
The ultimate 256-color painting program
|
Special invisible button A window control that only has a rectangular "active" area which catches mouse clicks,. More...
#include <struct.h>
Data Fields | |
short | Number |
Unique identifier for all controls. More... | |
word | Pos_X |
Coordinate for top of button, relative to the window, before scaling. More... | |
word | Pos_Y |
Coordinate for left of button, relative to the window, before scaling. More... | |
word | Width |
Width before scaling. More... | |
word | Height |
Height before scaling. More... | |
word | Shortcut |
Keyboard shortcut that will emulate a click on this button. More... | |
struct T_Special_button * | Next |
Pointer to the next special button of current window. More... | |
Special invisible button A window control that only has a rectangular "active" area which catches mouse clicks,.
short T_Special_button::Number |
Unique identifier for all controls.
Referenced by Window_clicked_button(), Window_get_button_shortcut(), Window_get_clicked_button(), and Window_set_special_button().
word T_Special_button::Pos_X |
Coordinate for top of button, relative to the window, before scaling.
Referenced by Button_Anim_time(), Button_Settings(), Button_Text(), Settings_display_config(), Window_clear_input_button(), Window_clicked_button(), Window_get_clicked_button(), Window_Histogram(), Window_input_content(), Window_redraw_list(), and Window_set_special_button().
word T_Special_button::Pos_Y |
Coordinate for left of button, relative to the window, before scaling.
Referenced by Button_Anim_time(), Button_Settings(), Button_Text(), Settings_display_config(), Window_clear_input_button(), Window_clicked_button(), Window_get_clicked_button(), Window_Histogram(), Window_input_content(), Window_redraw_list(), and Window_set_special_button().
word T_Special_button::Width |
Width before scaling.
Referenced by Button_Anim_time(), Button_Settings(), Button_Text(), Settings_display_config(), Window_clear_input_button(), Window_get_clicked_button(), Window_Histogram(), Window_input_content(), Window_redraw_list(), and Window_set_special_button().
word T_Special_button::Height |
Height before scaling.
Referenced by Button_Text(), Settings_display_config(), Window_get_clicked_button(), Window_Histogram(), and Window_set_special_button().
word T_Special_button::Shortcut |
Keyboard shortcut that will emulate a click on this button.
Referenced by Window_get_button_shortcut(), and Window_set_special_button().
struct T_Special_button* T_Special_button::Next |
Pointer to the next special button of current window.
Referenced by Window_get_button_shortcut(), Window_get_clicked_button(), and Window_set_special_button().