Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/aui/
H A Dauidemo.cpp152 void OnCustomizeToolbar(wxCommandEvent& evt);
617 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in wxBEGIN_EVENT_TABLE()
1048 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp152 void OnCustomizeToolbar(wxCommandEvent& evt);
612 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in BEGIN_EVENT_TABLE()
1029 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp152 void OnCustomizeToolbar(wxCommandEvent& evt);
612 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in BEGIN_EVENT_TABLE()
1029 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/aui/
H A Dauidemo.cpp147 void OnCustomizeToolbar(wxCommandEvent& evt);
614 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in wxBEGIN_EVENT_TABLE()
1045 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp152 void OnCustomizeToolbar(wxCommandEvent& evt);
612 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in BEGIN_EVENT_TABLE()
1029 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp152 void OnCustomizeToolbar(wxCommandEvent& evt);
612 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in BEGIN_EVENT_TABLE()
1029 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/aui/
H A Dauidemo.cpp152 void OnCustomizeToolbar(wxCommandEvent& evt);
617 EVT_MENU(ID_CustomizeToolbar, MyFrame::OnCustomizeToolbar) in wxBEGIN_EVENT_TABLE()
1048 void MyFrame::OnCustomizeToolbar(wxCommandEvent& WXUNUSED(evt)) in OnCustomizeToolbar() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DAUI.py1444 self.Bind(wx.EVT_MENU, self.OnCustomizeToolbar, id=ID_CustomizeToolbar)
1752 def OnCustomizeToolbar(self, event): member in AuiFrame