bool IsDescendant(wxWindowBase* win) const;
// it doesn't really change parent, use Reparent() instead
bool IsDescendant(wxWindowBase* win) const;
// it doesn't really change parent, use Reparent() instead
// change the real parent of this window, return true if the parent
// was changed, false otherwise (error or newParent == oldParent)
virtual bool Reparent( wxWindowBase *newParent );
// change the real parent of this window, return true if the parent
// was changed, false otherwise (error or newParent == oldParent)
virtual bool Reparent( wxWindowBase *newParent );