10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
25#include <wx/bmpcbox.h>
26#include <wx/gbsizer.h>
66 DIALOG_LINE_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Line 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_LINE_PROPERTIES_BASE.
wxStaticText * m_helpLabel2
wxBitmapComboBox * m_typeCombo
void _wxFB_resetDefaults(wxCommandEvent &event)
virtual void resetDefaults(wxCommandEvent &event)
wxStaticText * m_staticTextStyle
wxButton * m_sdbSizerApply
~DIALOG_LINE_PROPERTIES_BASE()
wxStaticText * m_staticTextWidth
wxStaticText * m_staticTextColor
COLOR_SWATCH * m_colorSwatch
wxButton * m_sdbSizerCancel
wxStaticText * m_staticWidthUnits
wxStdDialogButtonSizer * m_sdbSizer
wxStaticText * m_helpLabel1
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...