|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
#include <windows.h>
Collaboration diagram for T_Menu_Bar:Data Fields | |
| word | Width |
| word | Height |
| byte | Visible |
| word | Top |
| Relative to the top line of the menu, hidden bars don't count. More... | |
| byte * | Skin [3] |
| [0] has normal buttons, [1] has selected buttons, [2] is current. More... | |
| word | Skin_width |
| byte | Last_button_index |
| word T_Menu_Bar::Width |
| word T_Menu_Bar::Height |
| byte T_Menu_Bar::Visible |
Referenced by Button_Toggle_toolbar(), Load_INI(), and Set_bar_visibility().
| word T_Menu_Bar::Top |
Relative to the top line of the menu, hidden bars don't count.
Referenced by Compute_menu_offsets().
| byte* T_Menu_Bar::Skin[3] |
[0] has normal buttons, [1] has selected buttons, [2] is current.
Referenced by Draw_menu_button(), Pixel_in_menu_and_skin(), and Set_current_skin().
| word T_Menu_Bar::Skin_width |
| byte T_Menu_Bar::Last_button_index |
Referenced by Button_under_mouse().