10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/stattext.h>
23#include <wx/settings.h>
24#include <wx/combobox.h>
25#include <wx/hyperlink.h>
27#include <wx/radiobut.h>
28#include <wx/statbox.h>
30#include <wx/bmpbuttn.h>
35#include <wx/textctrl.h>
37#include <wx/gbsizer.h>
77 virtual void onComboBox( wxCommandEvent& event ) {
event.Skip(); }
78 virtual void OnSyntaxHelp( wxHyperlinkEvent& event ) {
event.Skip(); }
79 virtual void onOKButton( wxCommandEvent& event ) {
event.Skip(); }
84 DIALOG_SHEET_PIN_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Sheet Pin 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.
Class DIALOG_SHEET_PIN_PROPERTIES_BASE.
virtual void OnSyntaxHelp(wxHyperlinkEvent &event)
wxButton * m_sdbSizerCancel
wxRadioButton * m_passive
virtual void onOKButton(wxCommandEvent &event)
~DIALOG_SHEET_PIN_PROPERTIES_BASE()
BITMAP_BUTTON * m_separator1
COLOR_SWATCH * m_textColorSwatch
BITMAP_BUTTON * m_separator2
wxPanel * m_panelBorderColor1
wxHyperlinkCtrl * m_hyperlink1
wxStdDialogButtonSizer * m_sdbSizer
wxStaticText * m_textSizeLabel
wxStaticText * m_textSizeUnits
wxRadioButton * m_triState
wxStaticText * m_textColorLabel
wxStaticBoxSizer * m_shapeSizer
wxStaticText * m_fontLabel
virtual void onComboBox(wxCommandEvent &event)
wxTextCtrl * m_textSizeCtrl
wxRadioButton * m_bidirectional
wxStaticText * m_staticText1
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...