10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/stattext.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
30#include <wx/radiobox.h>
31#include <wx/checkbox.h>
72 virtual void OnGenerate( wxCommandEvent& event ) {
event.Skip(); }
77 DIALOG_GEN_FOOTPRINT_POSITION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Generate Placement Files"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
A widget for browsing a rich text error/status report.