]> git.saurik.com Git - wxWidgets.git/commitdiff
wxSize::SetDefaults
authorRobin Dunn <robin@alldunn.com>
Mon, 5 Apr 2004 18:25:44 +0000 (18:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 5 Apr 2004 18:25:44 +0000 (18:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_gdicmn.i

index 5ccbf5d5ba0b8743279179776bcb43c4d6930738..96355a11ea674beef9340168802d77abc249d5b1 100644 (file)
@@ -170,6 +170,19 @@ public:
     int GetWidth() const;
     int GetHeight() const;
 
+    
+    DocDeclStr(
+        bool , IsFullySpecified() const,
+        "Returns True if both components of the size are non-default values.");
+    
+
+    DocDeclStr(
+        void , SetDefaults(const wxSize& size),
+        "Combine this size with the other one replacing the default
+components of this object (i.e. equal to -1) with those of the
+other.");
+    
+   
     //int GetX() const;
     //int GetY() const;