Searched refs:RBS_BANDBORDERS (Results 1 – 8 of 8) sorted by relevance
44 #define RBS_BANDBORDERS 0x0400
1472 #define RBS_BANDBORDERS 0x400 macro
678 SetWindowStyle(m_Rebar, RBS_BANDBORDERS, 0); in _Init()
204 #define SEP_WIDTH ((infoPtr->dwStyle & RBS_BANDBORDERS) ? SEP_WIDTH_SIZE : 0)1879 if (infoPtr->dwStyle & RBS_BANDBORDERS) { in REBAR_EraseBkGnd()1904 if (infoPtr->dwStyle & RBS_BANDBORDERS && lpBand->rcBand.left > 0) { in REBAR_EraseBkGnd()2244 if (infoPtr->dwStyle & RBS_BANDBORDERS) { in REBAR_GetBandBorders()
813 RBS_BANDBORDERS | CCS_NODIVIDER | /*CCS_NORESIZE |*/ CCS_NOPARENTALIGN; in SetDeskBarSite()
540 SetWindowLongA(hRebar, GWL_STYLE, GetWindowLongA(hRebar, GWL_STYLE) | RBS_BANDBORDERS); in test_layout()
249 RBS_VARHEIGHT|RBS_DBLCLKTOGGLE| RBS_AUTOSIZE|RBS_BANDBORDERS, in MainFrameBase()
1427 … RBS_VARHEIGHT | RBS_BANDBORDERS | RBS_REGISTERDROP | RBS_AUTOSIZE | RBS_DBLCLKTOGGLE |