|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | hwnd |
| HWND | parent |
| LONG | state |
| HFONT | font |
| WCHAR * | note |
| INT | note_length |
| union { | |
| HICON icon | |
| HBITMAP bitmap | |
| HANDLE image | |
| } | u |
| HBITMAP _BUTTON_INFO::bitmap |
Definition at line 104 of file button.c.
Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().
| HFONT _BUTTON_INFO::font |
Definition at line 98 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 103 of file button.c.
Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().
| LONG _BUTTON_INFO::state |
Definition at line 97 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().