10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/radiobut.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/gbsizer.h>
25#include <wx/bmpbuttn.h>
31#include <wx/statline.h>
32#include <wx/stattext.h>
33#include <wx/checkbox.h>
34#include <wx/statbox.h>
83 virtual void OnOKClicked( wxCommandEvent& event ) {
event.Skip(); }
88 DIALOG_EXCHANGE_FOOTPRINTS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Update Footprints from Library"),
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.