X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe30bceff0445f540e639d2b6d3977d56b34020..3a39df31ff47004a46cfb06f3fb2d3e317f96d2b:/utils/configtool/src/propeditor.h diff --git a/utils/configtool/src/propeditor.h b/utils/configtool/src/propeditor.h index ae9f9fab73..9268b6e203 100644 --- a/utils/configtool/src/propeditor.h +++ b/utils/configtool/src/propeditor.h @@ -35,7 +35,7 @@ class ctPropertyEditor: public wxPanel DECLARE_CLASS(ctPropertyEditor) public: ctPropertyEditor(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style); - ~ctPropertyEditor(); + ~ctPropertyEditor(){}; // Event handlers @@ -139,6 +139,8 @@ class ctPropertyEditor: public wxPanel DECLARE_EVENT_TABLE() protected: + // Dialog controls + wxButton* m_attributeEditorEditDetails; ctPropertyEditorGrid* m_attributeEditorGrid; wxHtmlWindow* m_propertyDescriptionWindow; wxSplitterWindow* m_splitterWindow; @@ -214,7 +216,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); - + bool AddControls(wxWindow* parent, const wxString& msg); wxString GetText() const { return m_text; } @@ -229,7 +231,7 @@ private: * Special-purpose splitter window for changing sash look and * also saving sash width */ - + class ctSplitterWindow: public wxSplitterWindow { public: