Searched refs:OnListBoxButtons (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.cpp81 void OnListBoxButtons( wxCommandEvent &event );
499 EVT_BUTTON (ID_LISTBOX_SEL_NUM, MyPanel::OnListBoxButtons)
500 EVT_BUTTON (ID_LISTBOX_SEL_STR, MyPanel::OnListBoxButtons)
501 EVT_BUTTON (ID_LISTBOX_CLEAR, MyPanel::OnListBoxButtons)
502 EVT_BUTTON (ID_LISTBOX_APPEND, MyPanel::OnListBoxButtons)
503 EVT_BUTTON (ID_LISTBOX_DELETE, MyPanel::OnListBoxButtons)
504 EVT_BUTTON (ID_LISTBOX_FONT, MyPanel::OnListBoxButtons)
505 EVT_CHECKBOX (ID_LISTBOX_ENABLE, MyPanel::OnListBoxButtons)
1234 void MyPanel::OnListBoxButtons( wxCommandEvent &event ) function in class:MyPanel

Completed in 36 milliseconds