wxSize::SetDefaults
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
174051f613
commit
93a163f611
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user