Home
last modified time | relevance | path

Searched refs:TB_INSERTBUTTONW (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/browseui/shellbars/
H A DCISFBand.cpp103 SendMessage(m_hWnd, TB_INSERTBUTTONW, i, (LPARAM)&tb); in CreateSimpleToolbar()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1531 USM(TB_INSERTBUTTONW ,0),
/reactos/dll/win32/comctl32/
H A Dtoolbar.c2305 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 Dcommctrl.h1265 #define TB_INSERTBUTTONW (WM_USER+67) macro