TOC PREV NEXT INDEX

UIvirtualGeom

Synopsis

a UI base class that supplies geometry attributes for scrolling window UI objects

group UIvirtualGeom {
int+read virtualWidth, virtualHeight;
};

Description

UIvirtualGeom is a base class used by scrolling window UI classes to specify its virtual window width and height values. It cannot be instantiated separately.

Subobjects

virtualWidthvirtualHeight

Attributes that specify the virtual width and height of the scrollable window in pixels. The values are ints.These values are read only.

Example

Not Available

File

v/UI.v

See Also Related Modules


TOC PREV NEXT INDEX