10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/infobar.h>
21#include <wx/settings.h>
23#include <wx/stattext.h>
25#include <wx/bmpcbox.h>
26#include <wx/checkbox.h>
27#include <wx/textctrl.h>
28#include <wx/gbsizer.h>
66 virtual void onSize( wxSizeEvent& event ) {
event.Skip(); }
72 DIALOG_TABLE_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Table Properties"),
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...
Class DIALOG_TABLE_PROPERTIES_BASE.
wxCheckBox * m_headerBorder
wxStaticText * m_separatorsStyleLabel
wxStaticText * m_separatorsWidthLabel
wxStaticText * m_borderStyleLabel
wxStdDialogButtonSizer * m_sdbSizer1
wxBitmapComboBox * m_borderStyleCombo
wxCheckBox * m_borderCheckbox
~DIALOG_TABLE_PROPERTIES_BASE()
wxStaticText * m_borderWidthLabel
DIALOG_TABLE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Table Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxTextCtrl * m_borderWidthCtrl
wxCheckBox * m_rowSeparators
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl
virtual void onBorderChecked(wxCommandEvent &event)
wxBitmapComboBox * m_separatorsStyleCombo
wxButton * m_sdbSizer1Cancel
wxCheckBox * m_colSeparators
virtual void onSize(wxSizeEvent &event)
wxStaticText * m_borderWidthUnits
wxStaticText * m_layerLabel
wxStaticText * m_separatorsWidthUnits
wxTextCtrl * m_separatorsWidthCtrl
Class to display a pcb layer list in a wxBitmapComboBox.
A modified version of the wxInfoBar class that allows us to: