8 #ifndef __DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__ 9 #define __DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__ 11 #include <wx/artprov.h> 12 #include <wx/xrc/xmlres.h> 15 #include <wx/colour.h> 16 #include <wx/settings.h> 17 #include <wx/string.h> 20 #include <wx/gdicmn.h> 23 #include <wx/bitmap.h> 26 #include <wx/stattext.h> 27 #include <wx/textctrl.h> 28 #include <wx/button.h> 29 #include <wx/notebook.h> 30 #include <wx/dialog.h> 60 virtual void onShowTrace( wxCommandEvent& event ) {
event.Skip(); }
66 DIALOG_FOOTPRINT_WIZARD_LIST_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Footprint Generators"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 525,374 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
85 DIALOG_FOOTPRINT_WIZARD_LOG( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Traceback of Python Script Errors"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 646,361 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
90 #endif //__DIALOG_FOOTPRINT_WIZARD_LIST_BASE_H__
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...