Searched refs:m_pListBox (Results 1 – 2 of 2) sorted by relevance
45 m_pListBox->AddString(wsText); in AddString()49 m_pListBox->RemoveAt(iIndex); in RemoveAt()53 m_pListBox->DeleteAll(); in RemoveAll()91 rect = m_pListBox->GetWidgetRect(); in HitTest()120 if (m_pListBox && IsDropListVisible()) { in DrawWidget()121 CFX_RectF rtList = m_pListBox->GetWidgetRect(); in DrawWidget()124 m_pListBox->DrawWidget(pGraphics, mt); in DrawWidget()133 if (m_pListBox) in SetThemeProvider()134 m_pListBox->SetThemeProvider(pThemeProvider); in SetThemeProvider()141 m_pListBox->GetItem(m_pListBox.get(), iIndex)); in GetTextByIndex()[all …]
116 bool IsDropListVisible() const { return m_pListBox->IsVisible(); } in IsDropListVisible()125 std::unique_ptr<CFWL_ComboList> m_pListBox; variable