Fix various missing or broken stuff needed for Project Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
Constructor creating the top level window.
|
||||
*/
|
||||
wxTopLevelWindow(wxWindow *parent,
|
||||
wxWindowID winid,
|
||||
wxWindowID id,
|
||||
const wxString& title,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
@@ -288,6 +288,11 @@ public:
|
||||
*/
|
||||
wxWindow* SetDefaultItem(wxWindow* win);
|
||||
|
||||
|
||||
wxWindow* SetTmpDefaultItem(wxWindow * win);
|
||||
wxWindow* GetTmpDefaultItem() const;
|
||||
|
||||
|
||||
/**
|
||||
Sets the icon for this window.
|
||||
|
||||
|
Reference in New Issue
Block a user