From: Robin Dunn Date: Mon, 5 Apr 2004 18:25:44 +0000 (+0000) Subject: wxSize::SetDefaults X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93a163f611201c9bc0caf051d9d490d86abe1365 wxSize::SetDefaults git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_gdicmn.i b/wxPython/src/_gdicmn.i index 5ccbf5d5ba..96355a11ea 100644 --- a/wxPython/src/_gdicmn.i +++ b/wxPython/src/_gdicmn.i @@ -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;