Searched refs:OnComboButtons (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.cpp89 void OnComboButtons( wxCommandEvent &event );
520 EVT_BUTTON (ID_COMBO_SEL_NUM, MyPanel::OnComboButtons)
521 EVT_BUTTON (ID_COMBO_SEL_STR, MyPanel::OnComboButtons)
522 EVT_BUTTON (ID_COMBO_CLEAR, MyPanel::OnComboButtons)
523 EVT_BUTTON (ID_COMBO_APPEND, MyPanel::OnComboButtons)
524 EVT_BUTTON (ID_COMBO_DELETE, MyPanel::OnComboButtons)
525 EVT_BUTTON (ID_COMBO_FONT, MyPanel::OnComboButtons)
526 EVT_BUTTON (ID_COMBO_SET_TEXT, MyPanel::OnComboButtons)
527 EVT_CHECKBOX (ID_COMBO_ENABLE, MyPanel::OnComboButtons)
1416 void MyPanel::OnComboButtons( wxCommandEven function in class:MyPanel
[all...]

Completed in 69 milliseconds