/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/html/printing/ |
H A D | printing.cpp | 60 void OnPageSetup(wxCommandEvent& event); 110 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) 238 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/html/printing/ |
H A D | printing.cpp | 57 void OnPageSetup(wxCommandEvent& event); 106 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) in BEGIN_EVENT_TABLE() 233 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/html/printing/ |
H A D | printing.cpp | 57 void OnPageSetup(wxCommandEvent& event); 106 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) in BEGIN_EVENT_TABLE() 233 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/html/printing/ |
H A D | printing.cpp | 57 void OnPageSetup(wxCommandEvent& event); 106 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) in BEGIN_EVENT_TABLE() 233 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/html/printing/ |
H A D | printing.cpp | 57 void OnPageSetup(wxCommandEvent& event); 106 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) in BEGIN_EVENT_TABLE() 233 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/html/printing/ |
H A D | printing.cpp | 63 void OnPageSetup(wxCommandEvent& event); 113 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) in wxBEGIN_EVENT_TABLE() 241 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/html/printing/ |
H A D | printing.cpp | 63 void OnPageSetup(wxCommandEvent& event); 113 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup) in wxBEGIN_EVENT_TABLE() 241 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/ |
H A D | dialog_print_using_printer_base.cpp | 91 …UTTON_CLICKED, wxCommandEventHandler( DIALOG_PRINT_USING_PRINTER_BASE::OnPageSetup ), NULL, this ); in DIALOG_PRINT_USING_PRINTER_BASE() 101 …UTTON_CLICKED, wxCommandEventHandler( DIALOG_PRINT_USING_PRINTER_BASE::OnPageSetup ), NULL, this ); in ~DIALOG_PRINT_USING_PRINTER_BASE()
|
H A D | dialog_print_using_printer_base.h | 55 virtual void OnPageSetup( wxCommandEvent& event ) { event.Skip(); } in OnPageSetup() function
|
H A D | dialog_print_using_printer.cpp | 55 void OnPageSetup( wxCommandEvent& event ) override; 260 void DIALOG_PRINT_USING_PRINTER::OnPageSetup( wxCommandEvent& event ) in OnPageSetup() function in DIALOG_PRINT_USING_PRINTER
|
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/spectra/ |
H A D | window.h | 41 void OnPageSetup ();
|
H A D | window.cc | 60 Win->OnPageSetup (); in on_page_setup() 322 void gsvWindow::OnPageSetup () in OnPageSetup() function in gsvWindow
|
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/table/ |
H A D | gchemtable-curve.h | 43 void OnPageSetup ();
|
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/ |
H A D | window.h | 183 void OnPageSetup ();
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/ |
H A D | PrintFramework.py | 108 self.Bind(wx.EVT_BUTTON, self.OnPageSetup, btn) 125 def OnPageSetup(self, evt): member in TestPrintPanel
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/printing/ |
H A D | printing.h | 44 void OnPageSetup(wxCommandEvent& event);
|
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/printing/ |
H A D | printing.h | 44 void OnPageSetup(wxCommandEvent& event);
|
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/printing/ |
H A D | printing.h | 44 void OnPageSetup(wxCommandEvent& event);
|
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/printing/ |
H A D | printing.h | 44 void OnPageSetup(wxCommandEvent& event);
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/printing/ |
H A D | printing.h | 50 void OnPageSetup(wxCommandEvent& event);
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/printing/ |
H A D | printing.h | 50 void OnPageSetup(wxCommandEvent& event);
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/printing/ |
H A D | printing.h | 50 void OnPageSetup(wxCommandEvent& event);
|
H A D | printing.cpp | 262 EVT_MENU(WXPRINT_PAGE_SETUP, MyFrame::OnPageSetup) in wxBEGIN_EVENT_TABLE() 401 void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event)) in OnPageSetup() function in MyFrame
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/printing/ |
H A D | printing.py | 126 self.Bind(wx.EVT_MENU, self.OnPageSetup, item) 169 def OnPageSetup(self, evt): member in PrintFrameworkSample
|
/dports/databases/grass7/grass-7.8.6/gui/wxpython/mapdisp/ |
H A D | gprint.py | 112 def OnPageSetup(self, event): member in PrintOptions
|