/reactos/dll/win32/browseui/ |
H A D | toolsband.cpp | 232 { 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 D | toolbar.c | 994 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 D | comctl32_ros.diff | 1983 - 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 D | mainframe.cpp | 193 {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 D | mainwnd.c | 25 {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 D | quicklaunch.cpp | 125 TBBUTTON sep = {0, -1, TBSTATE_ENABLED, BTNS_SEP, {0, 0}, 0, 0}; in AddShortcuts()
|
/reactos/dll/win32/devmgr/devmgmt/ |
H A D | MainWindow.cpp | 70 { 2, IDC_STATIC, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0 },
|
/reactos/modules/rosapps/applications/devutils/vgafontedit/ |
H A D | mainwnd.c | 104 tbb.fsStyle = BTNS_SEP; in AddToolbarSeparator()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg.c | 1684 {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 D | iexplore.c | 419 btn.fsStyle = BTNS_SEP; in add_tb_separator()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 46 {15, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0},
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuToolbars.cpp | 1036 tbb.fsStyle = BTNS_SEP; in AddSeparator()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | toolbar.c | 248 …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 D | shimgvw.c | 44 { -1, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0 }
|
/reactos/base/applications/rapps/ |
H A D | appview.cpp | 170 {-1, 0, TBSTATE_ENABLED, BTNS_SEP, {0}, 0, 0}, in Create()
|
/reactos/base/applications/wordpad/ |
H A D | wordpad.c | 177 button.fsStyle = BTNS_SEP; in AddSeparator()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 999 #define BTNS_SEP TBSTYLE_SEP macro
|