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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user