Home
last modified time | relevance | path

Searched refs:OnCopyPerspectiveCode (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/aui/
H A Dauidemo.cpp149 void OnCopyPerspectiveCode(wxCommandEvent& evt);
587 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in wxBEGIN_EVENT_TABLE()
1343 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp149 void OnCopyPerspectiveCode(wxCommandEvent& evt);
583 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in BEGIN_EVENT_TABLE()
1293 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp149 void OnCopyPerspectiveCode(wxCommandEvent& evt);
583 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in BEGIN_EVENT_TABLE()
1293 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/aui/
H A Dauidemo.cpp144 void OnCopyPerspectiveCode(wxCommandEvent& evt);
584 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in wxBEGIN_EVENT_TABLE()
1340 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp149 void OnCopyPerspectiveCode(wxCommandEvent& evt);
583 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in BEGIN_EVENT_TABLE()
1293 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp149 void OnCopyPerspectiveCode(wxCommandEvent& evt);
583 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in BEGIN_EVENT_TABLE()
1293 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/aui/
H A Dauidemo.cpp149 void OnCopyPerspectiveCode(wxCommandEvent& evt);
587 EVT_MENU(MyFrame::ID_CopyPerspectiveCode, MyFrame::OnCopyPerspectiveCode) in wxBEGIN_EVENT_TABLE()
1343 void MyFrame::OnCopyPerspectiveCode(wxCommandEvent& WXUNUSED(evt)) in OnCopyPerspectiveCode() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DAUI.py1374 self.Bind(wx.EVT_MENU, self.OnCopyPerspectiveCode, id=ID_CopyPerspectiveCode)
2153 def OnCopyPerspectiveCode(self, event): member in AuiFrame