Searched refs:WB_INFO (Results 1 – 8 of 8) sorted by relevance
32 FixedText( pParent, nWinStyle | WB_INFO ) in FixedInfo()41 SetStyle( GetStyle() | WB_INFO ); in FixedInfo()
44 WB_INFO | WB_PATHELLIPSIS)111 return ( GetStyle() & WB_INFO ) ? _rStyle.GetInfoFont() : _rStyle.GetLabelFont(); in GetCanonicalFont()117 return ( GetStyle() & WB_INFO ) ? _rStyle.GetInfoTextColor() : _rStyle.GetLabelTextColor(); in GetCanonicalTextColor()
85 m_pHeader = new FixedText( this, WB_CENTER | WB_INFO ); // | WB_3DLOOK in DBG_NAME()
210 #define WB_INFO ((WinBits)0x20000000) macro
226 #define WB_HIGHLIGHTFRAME WB_INFO
522 aWarnFT.SetStyle( aWarnFT.GetStyle() | WB_INFO ); in TransparencyPrintWarningBox()
259 WinBits nWinStyle = WB_LEFT | WB_WORDBREAK | WB_NOLABEL | WB_INFO; in ImplPosControls()
86 if ( pWindow->GetStyle() & (WB_INFO | WB_NOLABEL) ) in ImplIsMnemonicCtrl()