DECLARE_CLASS(ctPropertyEditor)
public:
ctPropertyEditor(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style);
- ~ctPropertyEditor();
+ ~ctPropertyEditor(){};
// Event handlers
DECLARE_EVENT_TABLE()
protected:
+ // Dialog controls
+ wxButton* m_attributeEditorEditDetails;
ctPropertyEditorGrid* m_attributeEditorGrid;
wxHtmlWindow* m_propertyDescriptionWindow;
wxSplitterWindow* m_splitterWindow;
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; }
* Special-purpose splitter window for changing sash look and
* also saving sash width
*/
-
+
class ctSplitterWindow: public wxSplitterWindow
{
public: