- // return true if this window must have a non-NULL parent, false if it can
- // be created without parent (normally only top level windows but in wxGTK
- // there is also the exception of wxMenuBar)
- virtual bool GTKNeedsParent() const { return !IsTopLevel(); }
-