10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
20#include <wx/infobar.h>
24#include <wx/settings.h>
26#include <wx/stattext.h>
27#include <wx/stc/stc.h>
28#include <wx/hyperlink.h>
30#include <wx/checkbox.h>
32#include <wx/bmpbuttn.h>
37#include <wx/textctrl.h>
39#include <wx/bmpcbox.h>
40#include <wx/gbsizer.h>
117 DIALOG_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Text 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_TEXT_PROPERTIES_BASE.
virtual void onHyperlinkChecked(wxCommandEvent &event)
virtual void onHyperlinkText(wxCommandEvent &event)
wxBitmapComboBox * m_borderStyleCombo
wxStdDialogButtonSizer * m_sdbSizer1
wxCheckBox * m_borderCheckbox
wxStaticText * m_borderWidthUnits
COLOR_SWATCH * m_borderColorSwatch
wxCheckBox * m_privateCheckbox
~DIALOG_TEXT_PROPERTIES_BASE()
wxStyledTextCtrl * m_textCtrl
BITMAP_BUTTON * m_separator5
BITMAP_BUTTON * m_hAlignCenter
BITMAP_BUTTON * m_vAlignTop
virtual void OnFormattingHelp(wxHyperlinkEvent &event)
BITMAP_BUTTON * m_vAlignBottom
WX_COMBOBOX * m_hyperlinkCombo
wxFlexGridSizer * m_fgSymbolEditor
BITMAP_BUTTON * m_hAlignLeft
BITMAP_BUTTON * m_vAlignCenter
wxCheckBox * m_filledCtrl
COLOR_SWATCH * m_textColorSwatch
virtual void onFillChecked(wxCommandEvent &event)
wxStaticText * m_textSizeUnits
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
wxPanel * m_panelBorderColor1
wxStaticText * m_textColorLabel
wxPanel * m_panelFillColor
wxTextCtrl * m_textSizeCtrl
wxCheckBox * m_hyperlinkCb
wxPanel * m_panelBorderColor
wxStaticText * m_borderStyleLabel
wxStaticText * m_fillColorLabel
wxStaticText * m_textSizeLabel
wxStaticText * m_fontLabel
wxTextCtrl * m_borderWidthCtrl
wxStaticText * m_borderWidthLabel
BITMAP_BUTTON * m_separator1
wxButton * m_sdbSizer1Cancel
wxGridBagSizer * m_textEntrySizer
wxCheckBox * m_excludeFromSim
wxStaticText * m_textLabel
BITMAP_BUTTON * m_separator4
BITMAP_BUTTON * m_vertical
virtual void onHyperlinkCombo(wxCommandEvent &event)
BITMAP_BUTTON * m_hAlignRight
wxCheckBox * m_commonToAllBodyStyles
wxHyperlinkCtrl * m_syntaxHelp
BITMAP_BUTTON * m_separator2
virtual void onBorderChecked(wxCommandEvent &event)
BITMAP_BUTTON * m_separator3
wxStaticText * m_borderColorLabel
COLOR_SWATCH * m_fillColorSwatch
wxCheckBox * m_commonToAllUnits
BITMAP_BUTTON * m_horizontal
Fix some issues with wxCombobox:
A modified version of the wxInfoBar class that allows us to: