Home
last modified time | relevance | path

Searched refs:MyFrame (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/event/
H A Devent.cpp119 class MyFrame : public wxFrame class
124 virtual ~MyFrame();
252 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame)
253 EVT_MENU(Event_Quit, MyFrame::OnQuit)
254 EVT_MENU(Event_About, MyFrame::OnAbout)
256 EVT_MENU(Event_Bind, MyFrame::OnBind)
260 EVT_MENU(Event_Test, MyFrame::OnTest)
304 MyFrame *frame = new MyFrame("Event wxWidgets Sample", in OnInit()
361 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
445 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/xrc/
H A Dmyframe.cpp79 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE() argument
82 EVT_MENU(wxID_EXIT, MyFrame::OnExitToolOrMenuCommand) in wxBEGIN_EVENT_TABLE()
93 EVT_MENU(XRCID("variants"), MyFrame::OnVariants) in wxBEGIN_EVENT_TABLE()
94 EVT_MENU(XRCID("recursive_load"), MyFrame::OnRecursiveLoad) in wxBEGIN_EVENT_TABLE()
95 EVT_MENU(wxID_ABOUT, MyFrame::OnAboutToolOrMenuCommand) in wxBEGIN_EVENT_TABLE()
103 MyFrame::MyFrame(wxWindow* parent) in wxBEGIN_EVENT_TABLE()
198 void MyFrame::OnAnimationCtrlPlay(wxCommandEvent& event) in OnAnimationCtrlPlay()
266 dlg.Bind(wxEVT_BUTTON, &MyFrame::OnAnimationCtrlPlay, this, in OnControlsToolOrMenuCommand()
359 void MyFrame::OnVariants(wxCommandEvent& WXUNUSED(event)) in OnVariants()
366 void MyFrame::OnRecursiveLoad(wxCommandEvent& WXUNUSED(event)) in OnRecursiveLoad()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/ribbon/
H A Dribbondemo.cpp47 class MyFrame : public wxFrame class
50 MyFrame();
51 ~MyFrame();
182 wxFrame* frame = new MyFrame; in OnInit()
188 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE() argument
246 EVT_SIZE(MyFrame::OnSizeEvent) in wxBEGIN_EVENT_TABLE()
272 MyFrame::MyFrame() in wxBEGIN_EVENT_TABLE()
443 void MyFrame::SetBarStyle(long style) in SetBarStyle()
468 MyFrame::~MyFrame() in ~MyFrame()
600 void MyFrame::ResetGalleryArtProviders() in ResetGalleryArtProviders()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/ribbon/
H A Dribbondemo.cpp47 class MyFrame : public wxFrame class
50 MyFrame();
51 ~MyFrame();
182 wxFrame* frame = new MyFrame; in OnInit()
188 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE() argument
246 EVT_SIZE(MyFrame::OnSizeEvent) in wxBEGIN_EVENT_TABLE()
272 MyFrame::MyFrame() in wxBEGIN_EVENT_TABLE()
443 void MyFrame::SetBarStyle(long style) in SetBarStyle()
468 MyFrame::~MyFrame() in ~MyFrame()
600 void MyFrame::ResetGalleryArtProviders() in ResetGalleryArtProviders()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/xrc/
H A Dmyframe.cpp80 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE() argument
83 EVT_MENU(wxID_EXIT, MyFrame::OnExitToolOrMenuCommand) in wxBEGIN_EVENT_TABLE()
93 EVT_MENU(XRCID("variants"), MyFrame::OnVariants) in wxBEGIN_EVENT_TABLE()
94 EVT_MENU(XRCID("recursive_load"), MyFrame::OnRecursiveLoad) in wxBEGIN_EVENT_TABLE()
95 EVT_MENU(wxID_ABOUT, MyFrame::OnAboutToolOrMenuCommand) in wxBEGIN_EVENT_TABLE()
103 MyFrame::MyFrame(wxWindow* parent) in wxBEGIN_EVENT_TABLE()
166 void MyFrame::OnExitToolOrMenuCommand(wxCommandEvent& WXUNUSED(event)) in OnExitToolOrMenuCommand()
193 void MyFrame::OnAnimationCtrlPlay(wxCommandEvent& event) in OnAnimationCtrlPlay()
259 wxCommandEventHandler(MyFrame::OnAnimationCtrlPlay)); in OnControlsToolOrMenuCommand()
335 void MyFrame::OnVariants(wxCommandEvent& WXUNUSED(event)) in OnVariants()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/xrc/
H A Dmyframe.cpp80 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE() argument
83 EVT_MENU(wxID_EXIT, MyFrame::OnExitToolOrMenuCommand) in wxBEGIN_EVENT_TABLE()
93 EVT_MENU(XRCID("variants"), MyFrame::OnVariants) in wxBEGIN_EVENT_TABLE()
94 EVT_MENU(XRCID("recursive_load"), MyFrame::OnRecursiveLoad) in wxBEGIN_EVENT_TABLE()
95 EVT_MENU(wxID_ABOUT, MyFrame::OnAboutToolOrMenuCommand) in wxBEGIN_EVENT_TABLE()
103 MyFrame::MyFrame(wxWindow* parent) in wxBEGIN_EVENT_TABLE()
166 void MyFrame::OnExitToolOrMenuCommand(wxCommandEvent& WXUNUSED(event)) in OnExitToolOrMenuCommand()
193 void MyFrame::OnAnimationCtrlPlay(wxCommandEvent& event) in OnAnimationCtrlPlay()
259 wxCommandEventHandler(MyFrame::OnAnimationCtrlPlay)); in OnControlsToolOrMenuCommand()
335 void MyFrame::OnVariants(wxCommandEvent& WXUNUSED(event)) in OnVariants()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/html/printing/
H A Dprinting.cpp48 class MyFrame : public wxFrame class
54 virtual ~MyFrame();
105 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame)
106 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
107 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout)
108 EVT_MENU(Minimal_Print, MyFrame::OnPrint)
109 EVT_MENU(Minimal_Preview, MyFrame::OnPreview)
111 EVT_MENU(Minimal_Open, MyFrame::OnOpen)
148 MyFrame *frame = new MyFrame(_("Printing test"), in OnInit()
166 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/html/printing/
H A Dprinting.cpp45 class MyFrame : public wxFrame class
51 virtual ~MyFrame();
101 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
102 EVT_MENU(Minimal_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
103 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
104 EVT_MENU(Minimal_Print, MyFrame::OnPrint) in BEGIN_EVENT_TABLE()
105 EVT_MENU(Minimal_Preview, MyFrame::OnPreview) in BEGIN_EVENT_TABLE()
107 EVT_MENU(Minimal_Open, MyFrame::OnOpen) in BEGIN_EVENT_TABLE()
141 MyFrame *frame = new MyFrame(_("Printing test"), in BEGIN_EVENT_TABLE()
162 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/html/printing/
H A Dprinting.cpp45 class MyFrame : public wxFrame class
51 virtual ~MyFrame();
101 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
102 EVT_MENU(Minimal_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
103 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
104 EVT_MENU(Minimal_Print, MyFrame::OnPrint) in BEGIN_EVENT_TABLE()
105 EVT_MENU(Minimal_Preview, MyFrame::OnPreview) in BEGIN_EVENT_TABLE()
107 EVT_MENU(Minimal_Open, MyFrame::OnOpen) in BEGIN_EVENT_TABLE()
141 MyFrame *frame = new MyFrame(_("Printing test"), in BEGIN_EVENT_TABLE()
162 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/html/printing/
H A Dprinting.cpp45 class MyFrame : public wxFrame class
51 virtual ~MyFrame();
101 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
102 EVT_MENU(Minimal_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
103 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
104 EVT_MENU(Minimal_Print, MyFrame::OnPrint) in BEGIN_EVENT_TABLE()
105 EVT_MENU(Minimal_Preview, MyFrame::OnPreview) in BEGIN_EVENT_TABLE()
107 EVT_MENU(Minimal_Open, MyFrame::OnOpen) in BEGIN_EVENT_TABLE()
141 MyFrame *frame = new MyFrame(_("Printing test"), in BEGIN_EVENT_TABLE()
162 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/html/printing/
H A Dprinting.cpp45 class MyFrame : public wxFrame class
51 virtual ~MyFrame();
101 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
102 EVT_MENU(Minimal_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
103 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
104 EVT_MENU(Minimal_Print, MyFrame::OnPrint) in BEGIN_EVENT_TABLE()
105 EVT_MENU(Minimal_Preview, MyFrame::OnPreview) in BEGIN_EVENT_TABLE()
107 EVT_MENU(Minimal_Open, MyFrame::OnOpen) in BEGIN_EVENT_TABLE()
141 MyFrame *frame = new MyFrame(_("Printing test"), in BEGIN_EVENT_TABLE()
162 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/event/
H A Devent.cpp121 class MyFrame : public wxFrame class
126 virtual ~MyFrame();
246 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE()
247 EVT_MENU(Event_Quit, MyFrame::OnQuit) in wxBEGIN_EVENT_TABLE()
248 EVT_MENU(Event_About, MyFrame::OnAbout) in wxBEGIN_EVENT_TABLE()
251 EVT_MENU(Event_Bind, MyFrame::OnBind) in wxBEGIN_EVENT_TABLE()
256 EVT_MENU(Event_Test, MyFrame::OnTest) in wxBEGIN_EVENT_TABLE()
298 MyFrame *frame = new MyFrame(wxT("Event wxWidgets Sample"), in wxBEGIN_EVENT_TABLE()
355 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
440 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/event/
H A Devent.cpp121 class MyFrame : public wxFrame class
126 virtual ~MyFrame();
246 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) in wxBEGIN_EVENT_TABLE()
247 EVT_MENU(Event_Quit, MyFrame::OnQuit) in wxBEGIN_EVENT_TABLE()
248 EVT_MENU(Event_About, MyFrame::OnAbout) in wxBEGIN_EVENT_TABLE()
251 EVT_MENU(Event_Bind, MyFrame::OnBind) in wxBEGIN_EVENT_TABLE()
256 EVT_MENU(Event_Test, MyFrame::OnTest) in wxBEGIN_EVENT_TABLE()
298 MyFrame *frame = new MyFrame(wxT("Event wxWidgets Sample"), in wxBEGIN_EVENT_TABLE()
355 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
440 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/utils/helpview/src/
H A Dclient.cpp57 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame)
58 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
59 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
71 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
72 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
131 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
145 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
185 void MyFrame::OnHelp_Book1(wxCommandEvent& event) in OnHelp_Book1()
190 void MyFrame::OnHelp_Book2(wxCommandEvent& event) in OnHelp_Book2()
195 void MyFrame::OnHelp_Main(wxCommandEvent& event) in OnHelp_Main()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/event/
H A Devent.cpp78 class MyFrame : public wxFrame class
83 virtual ~MyFrame();
161 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
162 EVT_MENU(Event_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
163 EVT_MENU(Event_About, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
165 EVT_MENU(Event_Connect, MyFrame::OnConnect) in BEGIN_EVENT_TABLE()
168 EVT_MENU(Event_Test, MyFrame::OnTest) in BEGIN_EVENT_TABLE()
204 MyFrame *frame = new MyFrame(_T("Event wxWidgets Sample"), in BEGIN_EVENT_TABLE()
222 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
268 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/utils/helpview/src/
H A Dclient.cpp61 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
62 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
63 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
64 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
65 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
67 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
75 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
76 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
135 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
149 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/utils/helpview/src/
H A Dclient.cpp61 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
62 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
63 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
64 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
65 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
67 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
75 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
76 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
135 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
149 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/utils/helpview/src/
H A Dclient.cpp61 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
62 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
63 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
64 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
65 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
67 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
75 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
76 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
135 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
149 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/utils/helpview/src/
H A Dclient.cpp61 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
62 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
63 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
64 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
65 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
67 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
75 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
76 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
135 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
149 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/event/
H A Devent.cpp78 class MyFrame : public wxFrame class
83 virtual ~MyFrame();
161 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
162 EVT_MENU(Event_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
163 EVT_MENU(Event_About, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
165 EVT_MENU(Event_Connect, MyFrame::OnConnect) in BEGIN_EVENT_TABLE()
168 EVT_MENU(Event_Test, MyFrame::OnTest) in BEGIN_EVENT_TABLE()
204 MyFrame *frame = new MyFrame(_T("Event wxWidgets Sample"), in BEGIN_EVENT_TABLE()
222 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
268 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/utils/helpview/src/
H A Dclient.cpp60 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
61 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
62 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
63 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
64 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
66 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
74 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
75 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
134 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
148 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/event/
H A Devent.cpp78 class MyFrame : public wxFrame class
83 virtual ~MyFrame();
161 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
162 EVT_MENU(Event_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
163 EVT_MENU(Event_About, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
165 EVT_MENU(Event_Connect, MyFrame::OnConnect) in BEGIN_EVENT_TABLE()
168 EVT_MENU(Event_Test, MyFrame::OnTest) in BEGIN_EVENT_TABLE()
204 MyFrame *frame = new MyFrame(_T("Event wxWidgets Sample"), in BEGIN_EVENT_TABLE()
222 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
268 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/event/
H A Devent.cpp78 class MyFrame : public wxFrame class
83 virtual ~MyFrame();
161 BEGIN_EVENT_TABLE(MyFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
162 EVT_MENU(Event_Quit, MyFrame::OnQuit) in BEGIN_EVENT_TABLE()
163 EVT_MENU(Event_About, MyFrame::OnAbout) in BEGIN_EVENT_TABLE()
165 EVT_MENU(Event_Connect, MyFrame::OnConnect) in BEGIN_EVENT_TABLE()
168 EVT_MENU(Event_Test, MyFrame::OnTest) in BEGIN_EVENT_TABLE()
204 MyFrame *frame = new MyFrame(_T("Event wxWidgets Sample"), in BEGIN_EVENT_TABLE()
222 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) in MyFrame() function in MyFrame
268 MyFrame::~MyFrame() in ~MyFrame()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/utils/helpview/src/
H A Dclient.cpp60 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
61 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
62 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
63 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
64 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
66 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
74 EVT_MENU(DIALOG_MODAL, MyFrame::ModalDlg)
75 EVT_BUTTON(BUTTON_MODAL, MyFrame::ModalDlg)
134 MyFrame* frame = new MyFrame(NULL, "Help Client"); in OnInit()
148 MyFrame::MyFrame(wxFrame *frame, const wxString& title) in MyFrame() function in MyFrame
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/sound/
H A Dsound.cpp52 class MyFrame : public wxFrame class
56 MyFrame(const wxString& title);
57 ~MyFrame() { delete m_sound; } in ~MyFrame()
128 wxBEGIN_EVENT_TABLE(MyFrame, wxFrame)
134 EVT_MENU(Sound_Quit, MyFrame::OnQuit)
135 EVT_MENU(Sound_About, MyFrame::OnAbout)
140 EVT_MENU(Sound_Stop, MyFrame::OnStop)
166 MyFrame *frame = new MyFrame("wxWidgets Sound Sample"); in OnInit()
183 MyFrame::MyFrame(const wxString& title) in MyFrame() function in MyFrame
231 bool MyFrame::CreateSound(wxSound& snd) const in CreateSound()
[all …]

12345678910>>...47