make wxFrame a wxControlContainer too, so that it behaves in the same way as wxDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -641,6 +641,11 @@ public:
|
||||
virtual void AddChild( wxWindowBase *child );
|
||||
virtual void RemoveChild( wxWindowBase *child );
|
||||
|
||||
// returns true if the child is in the client area of the window, i.e. is
|
||||
// not scrollbar, toolbar etc.
|
||||
virtual bool IsClientAreaChild(const wxWindow *WXUNUSED(child)) const
|
||||
{ return true; }
|
||||
|
||||
// looking for windows
|
||||
// -------------------
|
||||
|
||||
|
Reference in New Issue
Block a user