UIIndex.gif Previous-2.gif Next-3.gif

UIvirtualGeom


Synopsis

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

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

Description

UIvirtual Geom 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

virtualWidth
virtualHeight

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

 



UIIndex.gif Previous-2.gif Next-3.gif