]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/laywin.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / laywin.h
index 50cb783c6201aff2cec76680f9d37d15053e3171..15bc84a6992bf1d92a729d9781d4599aeab33ea0 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        laywin.h
 // Purpose:     interface of wxLayoutAlgorithm
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -199,7 +198,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 +371,8 @@ public:
 };
 
 
+wxEventType wxEVT_QUERY_LAYOUT_INFO;
+
 
 /**
     @class wxCalculateLayoutEvent
@@ -425,3 +426,5 @@ public:
     void SetRect(const wxRect& rect);
 };
 
+wxEventType wxEVT_CALCULATE_LAYOUT;
+