Searched refs:TB_INSERTBUTTONW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/browseui/shellbars/ |
H A D | CISFBand.cpp | 103 SendMessage(m_hWnd, TB_INSERTBUTTONW, i, (LPARAM)&tb); in CreateSimpleToolbar()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1531 USM(TB_INSERTBUTTONW ,0),
|
/reactos/dll/win32/comctl32/ |
H A D | toolbar.c | 2305 SendMessageW(custInfo->tbHwnd, TB_INSERTBUTTONW, nIndexTo, (LPARAM)&(btnInfo->btn)); in TOOLBAR_Cust_MoveButton() 2353 SendMessageW(custInfo->tbHwnd, TB_INSERTBUTTONW, nIndexTo, (LPARAM)&(btnInfo->btn)); in TOOLBAR_Cust_AddButton() 7005 case TB_INSERTBUTTONW: in ToolbarWindowProc() 7007 uMsg == TB_INSERTBUTTONW); in ToolbarWindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 1265 #define TB_INSERTBUTTONW (WM_USER+67) macro
|