Searched refs:OnChoiceButtons (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.cpp84 void OnChoiceButtons( wxCommandEvent &event );
509 EVT_BUTTON (ID_CHOICE_SEL_NUM, MyPanel::OnChoiceButtons)
510 EVT_BUTTON (ID_CHOICE_SEL_STR, MyPanel::OnChoiceButtons)
511 EVT_BUTTON (ID_CHOICE_CLEAR, MyPanel::OnChoiceButtons)
512 EVT_BUTTON (ID_CHOICE_APPEND, MyPanel::OnChoiceButtons)
513 EVT_BUTTON (ID_CHOICE_DELETE, MyPanel::OnChoiceButtons)
514 EVT_BUTTON (ID_CHOICE_FONT, MyPanel::OnChoiceButtons)
515 EVT_CHECKBOX (ID_CHOICE_ENABLE, MyPanel::OnChoiceButtons)
1335 void MyPanel::OnChoiceButtons( wxCommandEvent &event ) function in class:MyPanel

Completed in 91 milliseconds