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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dradiobox.h25 wxRadioBox():m_radios(wxKEY_INTEGER,32)
40 :m_radios(wxKEY_INTEGER,n+1)
57 :m_radios(wxKEY_INTEGER,choices.GetCount()+1)
163 wxHashTable m_radios; member in class:wxRadioBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dradiobox.cpp117 return m_radios.GetCount();
185 m_radios.Put(i,rb);
215 return (wxRadioButton *)m_radios.Get(i);

Completed in 29 milliseconds