Interface fixes for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-05-30 03:13:27 +00:00
parent 09e7316547
commit 7d40f0a500
3 changed files with 28 additions and 23 deletions

View File

@@ -199,7 +199,7 @@ public:
@param name
Window name.
*/
wxSashLayoutWindow(wxSashLayoutWindow* parent, wxWindowID id,
wxSashLayoutWindow(wxWindow* parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxCLIP_CHILDREN | wxSW_3D,
@@ -372,6 +372,8 @@ public:
};
wxEventType wxEVT_QUERY_LAYOUT_INFO;
/**
@class wxCalculateLayoutEvent
@@ -425,3 +427,5 @@ public:
void SetRect(const wxRect& rect);
};
wxEventType wxEVT_CALCULATE_LAYOUT;