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

Special invisible button A window control that only has a rectangular "active" area which catches mouse clicks,. More...

#include <struct.h>

+ Collaboration diagram for T_Special_button:

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_buttonNext
 Pointer to the next special button of current window. More...
 

Detailed Description

Special invisible button A window control that only has a rectangular "active" area which catches mouse clicks,.

Field Documentation

◆ Number

short T_Special_button::Number

◆ Pos_X

◆ Pos_Y

◆ Width

◆ Height

word T_Special_button::Height

◆ Shortcut

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

◆ Next

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


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