10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
14#include <wx/dataview.h>
18#include <wx/settings.h>
20#include <wx/stattext.h>
21#include <wx/checkbox.h>
57 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
58 virtual void OnSelectItem( wxDataViewEvent& event ) {
event.Skip(); }
60 virtual void OnSeverity( wxCommandEvent& event ) {
event.Skip(); }
69 DIALOG_FOOTPRINT_CHECKER_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Footprint Checker"),
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 simple UI element that puts a number on top of a colored rounded rectangle with a fill color that s...