]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
restore previous encoding, changed for error to UTF8
[wxWidgets.git] / include / wx / generic / spinctlg.h
index 9d4f63f7fe8eefd44b54b8139d4e22bba390f300..e607f6009dfe67827894a8e22b8dd4e5898aca70 100644 (file)
@@ -74,6 +74,7 @@ public:
     // forward these functions to all subcontrols
     virtual bool Enable(bool enable = true);
     virtual bool Show(bool show = true);
+    virtual bool Reparent(wxWindow *newParent);
 
     // get the subcontrols
     wxTextCtrl *GetText() const { return m_text; }