Home
last modified time | relevance | path

Searched refs:CB_Paint (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/user/user32/controls/
H A Dbutton.c96 static void CB_Paint( HWND hwnd, HDC hDC, UINT action );
126 CB_Paint, /* BS_CHECKBOX */
127 CB_Paint, /* BS_AUTOCHECKBOX */
128 CB_Paint, /* BS_RADIOBUTTON */
129 CB_Paint, /* BS_3STATE */
130 CB_Paint, /* BS_AUTO3STATE */
133 CB_Paint, /* BS_AUTORADIOBUTTON */
1048 static void CB_Paint( HWND hwnd, HDC hDC, UINT action ) in CB_Paint() function
/reactos/dll/win32/comctl32/
H A Dbutton.c117 static void CB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action );
161 CB_Paint, /* BS_CHECKBOX */
162 CB_Paint, /* BS_AUTOCHECKBOX */
163 CB_Paint, /* BS_RADIOBUTTON */
164 CB_Paint, /* BS_3STATE */
165 CB_Paint, /* BS_AUTO3STATE */
168 CB_Paint, /* BS_AUTORADIOBUTTON */
1616 static void CB_Paint( const BUTTON_INFO *infoPtr, HDC hDC, UINT action ) in CB_Paint() function