Lines Matching refs:mnWinStyle
374 mnWinStyle = nWinStyle; in ImplInit()
511 if ( mnWinStyle & WB_3DTAB ) in ImplGetColors()
654 if ( mnWinStyle & WB_SIZEABLE ) in ImplInitControls()
657 mpImpl->mpSizer = new ImplTabSizer( this, mnWinStyle & (WB_DRAG | WB_3DLOOK) ); in ImplInitControls()
667 if ( mnWinStyle & (WB_MINSCROLL | WB_SCROLL) ) in ImplInitControls()
691 if ( mnWinStyle & WB_SCROLL ) in ImplInitControls()
858 if ( (rMEvt.GetMode() & MOUSE_MULTISELECT) && (mnWinStyle & WB_MULTISELECT) ) in MouseButtonDown()
866 else if ( mnWinStyle & (WB_MULTISELECT | WB_RANGESELECT) ) in MouseButtonDown()
1074 if ( (mnWinStyle & WB_BORDER) || (mnWinStyle & WB_TOPBORDER) ) in Paint()
1079 if ( mnWinStyle & WB_3DTAB ) in Paint()
1268 if ( mnWinStyle & WB_3DTAB ) in Paint()
2447 if ( mnWinStyle & WB_MINSCROLL ) in GetMinSize()
2449 else if ( mnWinStyle & WB_SCROLL ) in GetMinSize()
2458 if ( !(mnWinStyle & WB_DRAG) || (rCEvt.GetCommand() != COMMAND_STARTDRAG) ) in StartDrag()
2700 mnWinStyle = nStyle; in SetStyle()