ReactOS 0.4.15-dev-6069-g56a4501
|
Public Attributes | |
HWND | hwnd |
LONG | state |
HFONT | font |
union { | |
HICON icon | |
HBITMAP bitmap | |
HANDLE image | |
} | u |
HBITMAP _BUTTON_INFO::bitmap |
Definition at line 101 of file button.c.
Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().
HFONT _BUTTON_INFO::font |
Definition at line 97 of file button.c.
Referenced by BUTTON_CalcLabelRect(), CB_Paint(), CB_ThemedPaint(), GB_Paint(), GB_ThemedPaint(), OB_Paint(), PB_Paint(), PB_ThemedPaint(), and UB_Paint().
HWND _BUTTON_INFO::hwnd |
Definition at line 95 of file button.c.
Referenced by BUTTON_CalcLabelRect(), BUTTON_DrawLabel(), CB_Paint(), CB_ThemedPaint(), GB_Paint(), GB_ThemedPaint(), get_button_text(), OB_Paint(), paint_button(), PB_Paint(), PB_ThemedPaint(), and UB_Paint().
HICON _BUTTON_INFO::icon |
Definition at line 100 of file button.c.
Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().
LONG _BUTTON_INFO::state |
Definition at line 96 of file button.c.
Referenced by BUTTON_DrawLabel(), CB_Paint(), CB_ThemedPaint(), OB_Paint(), PB_Paint(), and UB_Paint().
union { ... } _BUTTON_INFO::u |
Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().