]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/layout.h
Add wxFileName::SetPermissions().
[wxWidgets.git] / interface / wx / layout.h
index 1ea3bab324d16a15d9dc4776e585cfd2a7c5a412..02da3feb23f40cb438cd28a4cdb4a42ceb9d84a2 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        layout.h
 // Purpose:     interface of layout constraints classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id: $
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -71,12 +70,12 @@ public:
     //
     // Dimension is unconstrained
     //
-    void Unconstrained() { relationship = wxUnconstrained; }
+    void Unconstrained();
 
     //
     // Dimension is 'as is' (use current size settings)
     //
-    void AsIs() { relationship = wxAsIs; }
+    void AsIs();
 
     //
     // Accessors
@@ -129,7 +128,7 @@ public:
 
     // note that default copy ctor and assignment operators are ok
 
-    virtual ~wxLayoutConstraints(){}
+    virtual ~wxLayoutConstraints();
 
     bool SatisfyConstraints(wxWindow *win, int *noChanges);
     bool AreSatisfied() const;