Home
last modified time | relevance | path

Searched refs:TB_ADDBUTTONSW (Results 1 – 15 of 15) sorted by relevance

/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dmainwnd.c74 SendMessageW( Info->hToolbar, TB_ADDBUTTONSW, 1, (LPARAM)&tbb ); in AddToolbarButton()
106 SendMessageW( Info->hToolbar, TB_ADDBUTTONSW, 1, (LPARAM)&tbb ); in AddToolbarSeparator()
H A Deditglyphdlg.c20 SendMessageW( hToolbar, TB_ADDBUTTONSW, 1, (LPARAM)&tbb ); in AddToolboxButton()
/reactos/dll/win32/browseui/
H A Dtoolsband.cpp302 SendMessage(TB_ADDBUTTONSW, numShownButtons, (LPARAM)&tbButtonsAdd); in SetSite()
H A Daddressband.cpp626 SendMessage(fGoButton, TB_ADDBUTTONSW, 1, (LPARAM) &buttonInfo); in CreateGoButton()
/reactos/dll/win32/ieframe/
H A Diexplore.c420 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 DMainWindow.cpp325 SendMessageW(m_hToolBar, TB_ADDBUTTONSW, _countof(TbButtons), (LPARAM)TbButtons); in CreateToolBar()
/reactos/dll/win32/comctl32/
H A Dcommctrl.c980 SendMessageW (hwndTB, TB_ADDBUTTONSW, iNumButtons, (LPARAM)lpButtons); in CreateToolbarEx()
H A Dtoolbar.c6872 case TB_ADDBUTTONSW: in ToolbarWindowProc()
6874 uMsg == TB_ADDBUTTONSW); in ToolbarWindowProc()
/reactos/base/applications/wordpad/
H A Dwordpad.c166 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 Dspy.c1532 USM(TB_ADDBUTTONSW ,0),
/reactos/dll/win32/hhctrl.ocx/
H A Dhelp.c1039 SendMessageW(hToolbar, TB_ADDBUTTONSW, dwNumButtons, (LPARAM)buttons); in HH_AddToolbar()
/reactos/dll/win32/comdlg32/
H A Dfiledlg.c1778 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 Ditemdlg.c1930 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 Dtoolbar.c2404 SendMessageW(wnd, TB_ADDBUTTONSW, ARRAY_SIZE(more_btns), (LPARAM)more_btns); in test_save()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1266 #define TB_ADDBUTTONSW (WM_USER+68) macro