/reactos/modules/rosapps/applications/devutils/vgafontedit/ |
H A D | mainwnd.c | 74 SendMessageW( Info->hToolbar, TB_ADDBUTTONSW, 1, (LPARAM)&tbb ); in AddToolbarButton() 106 SendMessageW( Info->hToolbar, TB_ADDBUTTONSW, 1, (LPARAM)&tbb ); in AddToolbarSeparator()
|
H A D | editglyphdlg.c | 20 SendMessageW( hToolbar, TB_ADDBUTTONSW, 1, (LPARAM)&tbb ); in AddToolboxButton()
|
/reactos/dll/win32/browseui/ |
H A D | toolsband.cpp | 302 SendMessage(TB_ADDBUTTONSW, numShownButtons, (LPARAM)&tbButtonsAdd); in SetSite()
|
H A D | addressband.cpp | 626 SendMessage(fGoButton, TB_ADDBUTTONSW, 1, (LPARAM) &buttonInfo); in CreateGoButton()
|
/reactos/dll/win32/ieframe/ |
H A D | iexplore.c | 420 SendMessageW(ie->toolbar_hwnd, TB_ADDBUTTONSW, 1, (LPARAM)&btn); in add_tb_separator() 437 SendMessageW(ie->toolbar_hwnd, TB_ADDBUTTONSW, 1, (LPARAM)&btn); in add_tb_button()
|
/reactos/dll/win32/devmgr/devmgmt/ |
H A D | MainWindow.cpp | 325 SendMessageW(m_hToolBar, TB_ADDBUTTONSW, _countof(TbButtons), (LPARAM)TbButtons); in CreateToolBar()
|
/reactos/dll/win32/comctl32/ |
H A D | commctrl.c | 980 SendMessageW (hwndTB, TB_ADDBUTTONSW, iNumButtons, (LPARAM)lpButtons); in CreateToolbarEx()
|
H A D | toolbar.c | 6872 case TB_ADDBUTTONSW: in ToolbarWindowProc() 6874 uMsg == TB_ADDBUTTONSW); in ToolbarWindowProc()
|
/reactos/base/applications/wordpad/ |
H A D | wordpad.c | 166 SendMessageW(hwndToolBar, TB_ADDBUTTONSW, 1, (LPARAM)&button); in AddButton() 180 SendMessageW(hwndToolBar, TB_ADDBUTTONSW, 1, (LPARAM)&button); in AddSeparator()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1532 USM(TB_ADDBUTTONSW ,0),
|
/reactos/dll/win32/hhctrl.ocx/ |
H A D | help.c | 1039 SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)buttons); in HH_AddToolbar()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg.c | 1778 SendMessageW(fodInfos->DlgInfos.hwndTB, TB_ADDBUTTONSW, 9, (LPARAM) tbb); in FILEDLG95_InitControls() 1812 SendDlgItemMessageW(hwnd, IDC_TOOLBARPLACES, TB_ADDBUTTONSW, 1, (LPARAM)&tb); in FILEDLG95_InitControls()
|
H A D | itemdlg.c | 1930 SendMessageW(htoolbar, TB_ADDBUTTONSW, 2, (LPARAM)button); in init_toolbar() 3795 SendMessageW(ctrl->hwnd, TB_ADDBUTTONSW, 1, (LPARAM)&tbb); in IFileDialogCustomize_fnAddMenu()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | toolbar.c | 2404 SendMessageW(wnd, TB_ADDBUTTONSW, ARRAY_SIZE(more_btns), (LPARAM)more_btns); in test_save()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 1266 #define TB_ADDBUTTONSW (WM_USER+68) macro
|