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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/dynsash_switch/
H A Ddynsash_switch.cpp51 void OnChoice(wxCommandEvent& event);
117 (wxCommandEventFunction)&SwitchView::OnChoice);
230 void SwitchView::OnChoice(wxCommandEvent& WXUNUSED(event)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobox.cpp211 void OnChoice( wxCommandEvent& e ) function in class:wxComboBoxChoice
248 EVT_CHOICE(wxID_ANY, wxComboBoxChoice::OnChoice)
H A Dcombobxc.cpp189 void OnChoice( wxCommandEvent& e ) function in class:wxComboBoxChoice
214 EVT_CHOICE(wxID_ANY, wxComboBoxChoice::OnChoice)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcombobox.cpp137 void OnChoice( wxCommandEvent& e ) function in class:wxComboBoxChoice
156 EVT_CHOICE(-1, wxComboBoxChoice::OnChoice)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp83 void OnChoice( wxCommandEvent &event );
507 EVT_CHOICE (ID_CHOICE, MyPanel::OnChoice)
508 EVT_CHOICE (ID_CHOICE_SORTED, MyPanel::OnChoice)
1314 void MyPanel::OnChoice( wxCommandEvent &event ) function in class:MyPanel

Completed in 124 milliseconds