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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dradiobox.cpp135 wxTextCtrl *m_textNumBtns, member in class:RadioWidgetsPage
198 m_textNumBtns =
244 &m_textNumBtns);
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES));
341 if ( !m_textNumBtns->GetValue().ToULong(&count) )
480 event.Enable( m_textNumBtns->GetValue().ToULong(&n) &&
500 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) ||

Completed in 51 milliseconds