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/stc/stc.h>
27#include <wx/hyperlink.h>
29#include <wx/bmpbuttn.h>
34#include <wx/checkbox.h>
36#include <wx/textctrl.h>
37#include <wx/gbsizer.h>
39#include <wx/simplebook.h>
97 virtual void onEditTable( wxCommandEvent& event ) {
event.Skip(); }
102 const wxString& title =
_(
"Table Cell Properties" ),
103 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1, -1 ),
104 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)
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)
BITMAP_BUTTON * m_vAlignTop
wxStaticText * m_cellTextLabel
wxPanel * m_panelFillColor
wxChoice * m_fillColorPopup
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
wxHyperlinkCtrl * m_syntaxHelp
wxStaticText * m_textColorLabel
COLOR_SWATCH * m_fillColorSwatch
wxPanel * textColorSwatchPanel
BITMAP_BUTTON * m_vAlignCenter
BITMAP_BUTTON * m_hAlignRight
BITMAP_BUTTON * m_hAlignCenter
wxStaticText * vAlignLabel
BITMAP_BUTTON * m_vAlignBottom
wxStyledTextCtrl * m_cellTextCtrl
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
virtual void OnFormattingHelp(wxHyperlinkEvent &event)
virtual void onEditTable(wxCommandEvent &event)
wxPanel * fillColorSwatchPanel
wxTextCtrl * m_marginBottomCtrl
wxStaticText * m_textSizeUnits
virtual void onTextColorPopup(wxCommandEvent &event)
wxStaticText * m_fontLabel
wxStaticText * m_styleLabel
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: