Class Fox::FXSize
In: rdoc-sources/FXSize.rb
Parent: Object

Size

Methods

new   new   new  

Attributes

h  [RW]  Height [Integer]
w  [RW]  Width [Integer]

Public Class methods

Return an uninitialized FXSize instance.

Return an initialized FXSize instance which is a copy of the input size s (an FXSize instance).

Return an initialized FXSize instance, where ww and hh are the initial width and height.

[Validate]