wxAUI's wxFrameManager::SetFrame() now takes a wxWindow ptr instead of a wxFrame ptr, in preparation for future work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-07-11 13:50:49 +00:00
parent 315a592c4e
commit a189504e7f
3 changed files with 7 additions and 8 deletions

View File

@@ -379,8 +379,8 @@ public:
void SetFlags(unsigned int flags);
unsigned int GetFlags() const;
void SetFrame(wxFrame* frame);
wxFrame* GetFrame() const;
void SetFrame(wxWindow* frame);
wxWindow* GetFrame() const;
#ifdef SWIG
%disownarg( wxDockArt* art_provider );
@@ -493,7 +493,7 @@ protected:
protected:
wxFrame* m_frame; // the frame being managed
wxWindow* m_frame; // the window being managed
wxDockArt* m_art; // dock art object which does all drawing
unsigned int m_flags; // manager flags wxAUI_MGR_*