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/checkbox.h>
26#include <wx/textctrl.h>
28#include <wx/bmpcbox.h>
29#include <wx/gbsizer.h>
70 virtual void onSize( wxSizeEvent& event ) {
event.Skip(); }
76 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 );
A simple color swatch of the kind used to set layer colors.
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
wxCheckBox * m_headerBorder
wxStaticText * m_separatorsStyleLabel
wxStaticText * m_separatorsWidthLabel
wxStaticText * m_borderStyleLabel
wxStdDialogButtonSizer * m_sdbSizer1
wxBitmapComboBox * m_borderStyleCombo
wxStaticText * m_separatorsColorLabel
wxCheckBox * m_borderCheckbox
~DIALOG_TABLE_PROPERTIES_BASE()
wxStaticText * m_borderWidthLabel
COLOR_SWATCH * m_borderColorSwatch
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)
wxPanel * m_panelBorderColor
wxTextCtrl * m_borderWidthCtrl
wxCheckBox * m_rowSeparators
virtual void onBorderChecked(wxCommandEvent &event)
wxBitmapComboBox * m_separatorsStyleCombo
wxButton * m_sdbSizer1Cancel
wxCheckBox * m_colSeparators
virtual void onSize(wxSizeEvent &event)
wxStaticText * m_borderWidthUnits
wxStaticText * m_borderColorLabel
wxPanel * m_panelSeparatorsColor
wxStaticText * m_separatorsWidthUnits
COLOR_SWATCH * m_separatorsColorSwatch
wxTextCtrl * m_separatorsWidthCtrl
A modified version of the wxInfoBar class that allows us to: