Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/aui/
H A Dauidemo.cpp143 void OnCreateNotebook(wxCommandEvent& evt);
585 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in wxBEGIN_EVENT_TABLE()
1430 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp143 void OnCreateNotebook(wxCommandEvent& evt);
581 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in BEGIN_EVENT_TABLE()
1367 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp143 void OnCreateNotebook(wxCommandEvent& evt);
581 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in BEGIN_EVENT_TABLE()
1367 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/aui/
H A Dauidemo.cpp138 void OnCreateNotebook(wxCommandEvent& evt);
582 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in wxBEGIN_EVENT_TABLE()
1443 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp143 void OnCreateNotebook(wxCommandEvent& evt);
581 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in BEGIN_EVENT_TABLE()
1367 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp143 void OnCreateNotebook(wxCommandEvent& evt);
581 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in BEGIN_EVENT_TABLE()
1367 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/aui/
H A Dauidemo.cpp143 void OnCreateNotebook(wxCommandEvent& evt);
585 EVT_MENU(MyFrame::ID_CreateNotebook, MyFrame::OnCreateNotebook) in wxBEGIN_EVENT_TABLE()
1430 void MyFrame::OnCreateNotebook(wxCommandEvent& WXUNUSED(event)) in OnCreateNotebook() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DAUI.py1371 self.Bind(wx.EVT_MENU, self.OnCreateNotebook, id=ID_CreateNotebook)
2272 def OnCreateNotebook(self, event): member in AuiFrame