Clipper

The Clipper is a simple view window. It clips drawing of its children to its bounds.

The Clipper is a "primitive" component type: it doesn't do much, but if you're working on a heavily customized UI, you'll probably find it useful.

Clipper Properties

Standard Properties:

borderBottom, borderLeft, borderRight, borderTop, children, class, enabled, height, left, numChildren, parent, proto, sizeHControl, sizeVControl, tile, tileLayout, tileSpacing, tileHAlign, tileHInset, tileVInset, tileVAlign, top, version, visible, width.
borderBottom, borderLeft, borderRight, borderTop: As clippers have no borders, these properties will all have value zero.
sizeHControl, sizeVControl: Only SIZE_AS_NEEDED and SIZE_AS_SPECIFIED are supported. SIZE_AS_NEEDED is partially supported: when the component becomes visible and their height or width is zero, the component will size itself to a default value.

Clipper Events

None.

Clipper Actions

None.