10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/infobar.h>
23#include <wx/settings.h>
25#include <wx/stattext.h>
26#include <wx/bmpbuttn.h>
32#include <wx/checkbox.h>
34#include <wx/textctrl.h>
35#include <wx/gbsizer.h>
37#include <wx/simplebook.h>
38#include <wx/statline.h>
93 virtual void onEditTable( wxCommandEvent& event ) {
event.Skip(); }
98 DIALOG_TABLECELL_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Table Cell 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 helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class DIALOG_TABLECELL_PROPERTIES_BASE.
BITMAP_BUTTON * m_vAlignTop
wxStaticText * m_styleLabel
wxPanel * m_panelFillColor
wxChoice * m_fillColorPopup
wxStaticText * m_textColorLabel
COLOR_SWATCH * m_fillColorSwatch
wxPanel * textColorSwatchPanel
BITMAP_BUTTON * m_vAlignCenter
wxStaticLine * m_staticline1
BITMAP_BUTTON * m_hAlignRight
BITMAP_BUTTON * m_hAlignCenter
BITMAP_BUTTON * m_vAlignBottom
wxButton * m_sdbSizer1Cancel
wxTextCtrl * m_textSizeCtrl
COLOR_SWATCH * m_textColorSwatch
~DIALOG_TABLECELL_PROPERTIES_BASE()
wxPanel * m_panelTextColor
wxSimplebook * m_textColorBook
virtual void onFillColorPopup(wxCommandEvent &event)
wxTextCtrl * m_marginTopCtrl
wxChoice * m_textColorPopup
wxStdDialogButtonSizer * m_sdbSizer1
wxStaticText * m_fillColorLabel
wxStaticText * vAlignLabel
virtual void onEditTable(wxCommandEvent &event)
wxPanel * fillColorSwatchPanel
wxTextCtrl * m_marginBottomCtrl
wxStaticText * m_textSizeUnits
virtual void onTextColorPopup(wxCommandEvent &event)
wxStaticText * m_fontLabel
BITMAP_BUTTON * m_hAlignLeft
wxTextCtrl * m_marginRightCtrl
wxStaticText * m_marginTopUnits
wxSimplebook * m_fillColorBook
wxTextCtrl * m_marginLeftCtrl
wxStaticText * m_textSizeLabel
A modified version of the wxInfoBar class that allows us to: