]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
addind nonowned window implementation
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 2427369e45e0f50028b5515d96c60560873e0e66..94f78810a1700e8ddffcb56bb660fcca64285dad 100644 (file)
@@ -73,6 +73,8 @@ public:
     virtual bool Enable(bool enable = true);
     virtual bool Show(bool show = true);
 
+    virtual bool Reparent(wxWindowBase *newParent);
+
     // wxSpinButton doesn't accept focus, but we do
     virtual bool AcceptsFocus() const { return wxWindow::AcceptsFocus(); }
 
@@ -92,6 +94,7 @@ protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual wxSize DoGetBestSize() const;
     virtual void DoGetSize(int *width, int *height) const;
+    virtual void DoGetClientSize(int *x, int *y) const;
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS