]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/window.h
added GetCurrentSelection() which is the same as GetSelection() for Mac but needed...
[wxWidgets.git] / include / wx / mac / carbon / window.h
index e8ed1c6e1bff70f348779450291252ac1a4d27a2..225604e44533c1f008fdfa4e8878b0c0e7a9e5ff 100644 (file)
@@ -109,6 +109,7 @@ public:
     virtual int GetScrollRange( int orient ) const;
     virtual void ScrollWindow( int dx, int dy,
                                const wxRect* rect = (wxRect *) NULL );
+    virtual bool Reparent( wxWindowBase *newParent );
 
 #if wxUSE_DRAG_AND_DROP
     virtual void SetDropTarget( wxDropTarget *dropTarget );