Searched refs:m_choiceSorted (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/controls/
H A Dcontrols.cpp128 *m_choiceSorted; member in class:MyPanel
604 m_choiceSorted = NULL;
775 m_choiceSorted = new MyChoice( panel, ID_CHOICE_SORTED, wxPoint(10,70), wxSize(120,wxDefaultCoord),
779 SetChoiceClientData(wxT("choice"), m_choiceSorted);
1317 : m_choiceSorted;
1342 m_choiceSorted->Enable( event.GetInt() == 0 );
1348 m_choiceSorted->SetSelection( 2 );
1354 m_choiceSorted->SetStringSelection( _T("This") );
1360 m_choiceSorted->Clear();
1366 m_choiceSorted
[all...]

Completed in 60 milliseconds