- wxSize
Initializes this size object with zero width and height.
- DecTo
Decrements this object so that both of its dimensions are not greater than the corresponding dimensions of the size.
- GetHeight
Gets the height member.
- GetWidth
Gets the width member.
- IncTo
Increments this object so that both of its dimensions are not less than the corresponding dimensions of the size.
- IsFullySpecified
Returns true if neither of the size object components is equal to -1, which is used as default for the size values in wxWidgets (hence the predefined wxDefaultSize has both of its components equal to -1).
- Scale
Scales the dimensions of this object by the given factors.
- Set
Sets the width and height members.
- SetDefaults
Combine this size object with another one replacing the default (i.e. equal to -1) components of this object with those of the other.
- SetHeight
Sets the height.
- SetWidth
Sets the width.