10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/settings.h>
26#include <wx/checkbox.h>
50 virtual void OnSizeGrid( wxSizeEvent& event ) {
event.Skip(); }
52 virtual void onCancel( wxCommandEvent& event ) {
event.Skip(); }
57 DIALOG_EDIT_SYMBOLS_LIBID_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Symbol Library References"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_EDIT_SYMBOLS_LIBID_BASE.
virtual void onCellBrowseLib(wxGridEvent &event)
wxCheckBox * m_checkBoxUpdateFields
~DIALOG_EDIT_SYMBOLS_LIBID_BASE()
virtual void OnSizeGrid(wxSizeEvent &event)
virtual void onClickOrphansButton(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
DIALOG_EDIT_SYMBOLS_LIBID_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Symbol Library References"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void onCancel(wxCommandEvent &event)
wxButton * m_buttonOrphanItems
wxStdDialogButtonSizer * m_sdbSizer
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...