WindowGeometryRecord
Name
WindowGeometryRecord --  A container for window geometry information.
Description
 A container for window geometry information that implements archiving methods.
Methods
Phase: Using
- - (int) getY-  Get the window's vertical position. 
- - (int) getX-  Get the window's horizontal position. 
- - (unsigned) getHeight-  Get the window's vertical size. 
- - (unsigned) getWidth-  Get the window's horizontal size. 
- - (BOOL) getPositionFlag-  Get the flag that indicates if the position has been set. 
- - (BOOL) getSizeFlag-  Get the flag that indicates if the size has been set. 
- -  setWidth:-  (unsigned) w Height:-  (unsigned) h-  Set the window size. 
- -  setX:-  (int) x Y:-  (int) y-  Set the window position.