Searched refs:GetLBox (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dcombobox.cpp349 GetLBox()->Clear();
360 GetLBox()->Delete(n);
365 return GetLBox()->GetCount();
372 return GetLBox()->GetString(n);
379 GetLBox()->SetString(n, s);
384 return GetLBox()->FindString(s, bCase);
391 GetLBox()->SetSelection(n);
395 str = GetLBox()->GetString(n);
404 return GetLBox()->GetSelection();
415 return GetLBox()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcombobox.h157 wxListBox *GetLBox() const { return m_lbox; } function in class:wxComboBox

Completed in 63 milliseconds