Home
last modified time | relevance | path

Searched refs:BTNS_SEP (Results 1 – 17 of 17) sorted by relevance

/reactos/dll/win32/browseui/
H A Dtoolsband.cpp232 { 6, -1, TBSTATE_ENABLED, BTNS_SEP },
235 { 6, -1, TBSTATE_ENABLED, BTNS_SEP },
240 { 6, -1, TBSTATE_ENABLED, BTNS_SEP },
/reactos/dll/win32/comctl32/
H A Dtoolbar.c994 if (btnPtr->fsStyle & BTNS_SEP) { in TOOLBAR_DrawButton()
1519 (btnPtr[i].fsStyle & BTNS_SEP) && in TOOLBAR_WrapToolbar()
1521 (btnPtr[i + 1].fsStyle & BTNS_SEP) ) in TOOLBAR_WrapToolbar()
1568 if ((btnPtr[j].fsStyle & BTNS_SEP) && in TOOLBAR_WrapToolbar()
1610 if (btnPtr[i].fsStyle & BTNS_SEP ) in TOOLBAR_WrapToolbar()
1873 if (btnPtr->fsStyle & BTNS_SEP) { in TOOLBAR_LayoutToolbar()
1944 if ( !(btnPtr->fsStyle & BTNS_SEP) ) in TOOLBAR_LayoutToolbar()
2002 if (btnPtr->fsStyle & BTNS_SEP) { in TOOLBAR_InternalHitTest()
2056 if (btnPtr->fsStyle & BTNS_SEP) in TOOLBAR_InternalInsertButtonsT()
2585 btnInfo->btn.fsStyle = BTNS_SEP; in TOOLBAR_CustomizeDialogProc()
[all …]
H A Dcomctl32_ros.diff1983 - else if (btnPtr->fsStyle != BTNS_SEP) {
1993 + else if (btnPtr->fsStyle != BTNS_SEP) {
2094 if ( !(btnPtr->fsStyle & BTNS_SEP) )
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp193 {0, 0, 0, BTNS_SEP, {0, 0}, 0, 0}, in MainFrameBase()
695 {0, 0, 0, BTNS_SEP, {0, 0}, 0, 0}, in MDIMainFrame()
714 TBBUTTON extraBtns = {0, 0, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0}; in MDIMainFrame()
781 TBBUTTON drivebarBtn = {0, 0, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0}; in MDIMainFrame()
/reactos/base/applications/mscutils/servman/
H A Dmainwnd.c25 {15, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0}, /* separator */
30 {15, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0}, /* separator */
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dquicklaunch.cpp125 TBBUTTON sep = {0, -1, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0}; in AddShortcuts()
/reactos/dll/win32/devmgr/devmgmt/
H A DMainWindow.cpp70 { 2, IDC_STATIC, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0 },
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dmainwnd.c104 tbb.fsStyle = BTNS_SEP; in AddToolbarSeparator()
/reactos/dll/win32/comdlg32/
H A Dfiledlg.c1684 {0, 0, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0 }, in FILEDLG95_InitControls()
1686 {0, 0, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0 }, in FILEDLG95_InitControls()
1688 {0, 0, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0 }, in FILEDLG95_InitControls()
1690 {0, 0, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0 }, in FILEDLG95_InitControls()
/reactos/dll/win32/ieframe/
H A Diexplore.c419 btn.fsStyle = BTNS_SEP; in add_tb_separator()
/reactos/base/applications/mplay32/
H A Dmplay32.c46 {15, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0},
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp1036 tbb.fsStyle = BTNS_SEP; in AddSeparator()
/reactos/modules/rostests/winetests/comctl32/
H A Dtoolbar.c248 …ok( restore->tbButton.fsStyle == BTNS_SEP, "%d: got %02x\n", restore->iItem, restore->tbButton.fsS… in parent_wnd_notify()
464 buttons[2].fsStyle = BTNS_SEP; in rebuild_toolbar_with_buttons()
/reactos/dll/win32/shimgvw/
H A Dshimgvw.c44 { -1, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0 }
/reactos/base/applications/rapps/
H A Dappview.cpp170 {-1, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0}, in Create()
/reactos/base/applications/wordpad/
H A Dwordpad.c177 button.fsStyle = BTNS_SEP; in AddSeparator()
/reactos/sdk/include/psdk/
H A Dcommctrl.h999 #define BTNS_SEP TBSTYLE_SEP macro