Searched refs:wxCommandEvent (Results 226 - 250 of 780) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dspinbtn.cpp88 void OnButtonReset(wxCommandEvent& event);
89 void OnButtonClear(wxCommandEvent& event);
90 void OnButtonSetValue(wxCommandEvent& event);
91 void OnButtonSetMinAndMax(wxCommandEvent& event);
93 void OnCheckOrRadioBox(wxCommandEvent& event);
341 void SpinBtnWidgetsPage::OnButtonReset(wxCommandEvent& WXUNUSED(event))
348 void SpinBtnWidgetsPage::OnButtonSetMinAndMax(wxCommandEvent& WXUNUSED(event))
368 void SpinBtnWidgetsPage::OnButtonSetValue(wxCommandEvent& WXUNUSED(event))
401 void SpinBtnWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& WXUNUSED(event))
H A Dslider.cpp107 void OnButtonReset(wxCommandEvent& event);
108 void OnButtonClear(wxCommandEvent& event);
109 void OnButtonSetValue(wxCommandEvent& event);
110 void OnButtonSetMinAndMax(wxCommandEvent& event);
111 void OnButtonSetLineSize(wxCommandEvent& event);
112 void OnButtonSetPageSize(wxCommandEvent& event);
113 void OnButtonSetTickFreq(wxCommandEvent& event);
114 void OnButtonSetThumbLen(wxCommandEvent& event);
116 void OnCheckOrRadioBox(wxCommandEvent& event);
537 void SliderWidgetsPage::OnButtonReset(wxCommandEvent
[all...]
H A Ddatepick.cpp83 void OnButtonSet(wxCommandEvent& event);
85 void OnButtonReset(wxCommandEvent& event);
217 void DatePickerWidgetsPage::OnButtonReset(wxCommandEvent& WXUNUSED(event))
224 void DatePickerWidgetsPage::OnButtonSet(wxCommandEvent& WXUNUSED(event))
H A Ddirpicker.cpp91 void OnCheckBox(wxCommandEvent &ev);
92 void OnButtonReset(wxCommandEvent &ev);
223 void DirPickerWidgetsPage::OnButtonReset(wxCommandEvent& WXUNUSED(event))
235 void DirPickerWidgetsPage::OnCheckBox(wxCommandEvent &event)
H A Dfilepicker.cpp100 void OnCheckBox(wxCommandEvent &ev);
101 void OnButtonReset(wxCommandEvent &ev);
276 void FilePickerWidgetsPage::OnButtonReset(wxCommandEvent& WXUNUSED(event))
289 void FilePickerWidgetsPage::OnCheckBox(wxCommandEvent &event)
H A Dfontpicker.cpp91 void OnCheckBox(wxCommandEvent &ev);
92 void OnButtonReset(wxCommandEvent &ev);
223 void FontPickerWidgetsPage::OnButtonReset(wxCommandEvent& WXUNUSED(event))
235 void FontPickerWidgetsPage::OnCheckBox(wxCommandEvent &event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dpropform.h61 void OnOk(wxCommandEvent& event);
62 void OnCancel(wxCommandEvent& event);
63 void OnHelp(wxCommandEvent& event);
64 void OnUpdate(wxCommandEvent& event);
65 void OnRevert(wxCommandEvent& event);
72 virtual void OnCommand(wxWindow& win, wxCommandEvent& event);
146 wxWindow *WXUNUSED(parentWindow), wxCommandEvent& WXUNUSED(event) ) {}
247 void OnCommand(wxWindow& win, wxCommandEvent& event);
277 void OnCommand(wxWindow& win, wxCommandEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobut.cpp95 void wxRadioButton::Command (wxCommandEvent & event)
121 wxCommandEvent event(wxEVT_COMMAND_RADIOBUTTON_SELECTED, old->m_windowId );
126 wxCommandEvent event2(wxEVT_COMMAND_RADIOBUTTON_SELECTED, m_windowId );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcheckbox.cpp79 wxEVENT_PROPERTY( Click , wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEvent )
131 wxCommandEvent event(wxEVT_COMMAND_CHECKBOX_CLICKED, GetId());
137 void wxCheckBox::Command(wxCommandEvent& event)
H A Dradiobut.cpp85 wxEVENT_PROPERTY( Click , wxEVT_COMMAND_RADIOBUTTON_SELECTED , wxCommandEvent )
159 wxCommandEvent event(wxEVT_COMMAND_RADIOBUTTON_SELECTED, GetId());
165 void wxRadioButton::Command (wxCommandEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmsgdlgg.cpp138 void wxGenericMessageDialog::OnYes(wxCommandEvent& WXUNUSED(event))
143 void wxGenericMessageDialog::OnNo(wxCommandEvent& WXUNUSED(event))
148 void wxGenericMessageDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
H A Dfilepickerg.cpp70 void wxGenericFileDirButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.h35 void OnOK(wxCommandEvent& event);
53 void OnOK(wxCommandEvent& event);
101 void OnOK(wxCommandEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dcbcustom.cpp33 void OnCommandEvents( wxCommandEvent& evt );
56 void cbContextMenuHandler::OnCommandEvents( wxCommandEvent& evt )
146 void cbSimpleCustomizationPlugin::OnMenuItemSelected( wxCommandEvent& event )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dwizard.h91 void OnCancel(wxCommandEvent& event);
92 void OnBackOrNext(wxCommandEvent& event);
93 void OnHelp(wxCommandEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp188 void OnQuit (wxCommandEvent& event);
189 void OnAbout(wxCommandEvent& event);
190 void OnTest (wxCommandEvent& event);
192 void OnGoTo (wxCommandEvent& event);
194 void OnExpand (wxCommandEvent& event);
195 void OnCollapse(wxCommandEvent& event);
196 void OnToggle (wxCommandEvent& event);
197 void OnRefresh (wxCommandEvent& event);
199 void OnDelete (wxCommandEvent& event);
200 void OnNewKey (wxCommandEvent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.h60 void OnExit(wxCommandEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/png/
H A Dpngdemo.cpp96 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
101 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
107 void MyFrame::OnSaveFile(wxCommandEvent& WXUNUSED(event))
137 void MyFrame::OnLoadFile(wxCommandEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/propsize/
H A Dpropsize.cpp68 void OnQuit(wxCommandEvent& event);
69 void OnAbout(wxCommandEvent& event);
230 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
236 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/vscroll/
H A Dvstest.cpp67 void OnQuit(wxCommandEvent& event);
68 void OnAbout(wxCommandEvent& event);
275 void VScrollFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
281 void VScrollFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfddlgcmn.cpp38 IMPLEMENT_DYNAMIC_CLASS(wxFindDialogEvent, wxCommandEvent)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddialog.cpp79 void wxDialog::OnApply( wxCommandEvent &WXUNUSED(event) )
85 void wxDialog::OnCancel( wxCommandEvent &WXUNUSED(event) )
98 void wxDialog::OnOK( wxCommandEvent &WXUNUSED(event) )
142 wxCommandEvent cancelEvent(wxEVT_COMMAND_BUTTON_CLICKED, wxID_CANCEL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dmonitorapplet.h108 void OnChange(wxCommandEvent &event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dogledit.h56 void OnAbout(wxCommandEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/plot/
H A Dplot.cpp66 void OnAbout( wxCommandEvent &event );
67 void OnQuit( wxCommandEvent &event );
167 void MyFrame::OnQuit( wxCommandEvent &WXUNUSED(event) )
172 void MyFrame::OnAbout( wxCommandEvent &WXUNUSED(event) )

Completed in 110 milliseconds

1234567891011>>