Searched refs:m_aLB_Separator (Results 1 – 2 of 2) sorted by relevance
44 , m_aLB_Separator( pWindow , SchResId( LB_TEXT_SEPARATOR ) ) in TextSeparatorResources()51 m_aLB_Separator.SetDropDownLineCount(m_aLB_Separator.GetEntryCount()); in TextSeparatorResources()52 m_aLB_Separator.SetSizePixel( m_aLB_Separator.CalcMinimumSize() ); in TextSeparatorResources()59 m_aLB_Separator.SetAccessibleName(m_aFT_Separator.GetText()); in TextSeparatorResources()60 m_aLB_Separator.SetAccessibleRelationLabeledBy(&m_aFT_Separator); in TextSeparatorResources()68 m_aLB_Separator.Show( bShow ); in Show()73 m_aLB_Separator.Enable( bEnable ); in Enable()87 …m_aLB_Separator.SetPosPixel( Point( aPoint.X()+m_aFT_Separator.GetSizePixel().Width()+aDistanceSiz… in PositionBelowControl()97 Point aPos( m_aLB_Separator.GetPosPixel() ); in AlignListBoxWidthAndXPos()99 m_aLB_Separator.SetPosPixel( aPos ); in AlignListBoxWidthAndXPos()[all …]
60 ListBox m_aLB_Separator; member in chart::TextSeparatorResources