From 93a163f611201c9bc0caf051d9d490d86abe1365 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 5 Apr 2004 18:25:44 +0000 Subject: [PATCH] wxSize::SetDefaults git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_gdicmn.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; -- 2.50.0