Searched refs:BUTTON_INFO (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | button.c | 113 } BUTTON_INFO; typedef 116 static void PB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action ); 117 static void CB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action ); 118 static void GB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action ); 119 static void UB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action ); 120 static void OB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action ); 233 static inline WCHAR *get_button_text( const BUTTON_INFO *infoPtr ) in get_button_text() 415 BOOL BUTTON_GetIdealSize(BUTTON_INFO *infoPtr, HTHEME theme, SIZE* psize) in BUTTON_GetIdealSize() 584 static BOOL button_update_uistate(BUTTON_INFO *infoPtr) in button_update_uistate() 600 BUTTON_INFO *infoPtr = (BUTTON_INFO *)GetWindowLongPtrW(hWnd, 0); in BUTTON_WindowProc() [all …]
|