+ (MUIVirtgroup *) virtgroup
Default constructor
- (LONG) left
Get/set the virtual left edge of a virtual group. The left edge will automatically be clipped to be between 0 and (VirtualWidth-DisplayWidth).
This attribute is quite senseless, better use a scrollgroup object to control the virtual group.
- (void) noNotifySetLeft:(LONG)left
- (void) noNotifySetTop:(LONG)top
- (void) noNotifySetTryFit:(BOOL)tryfit
- (void) setInput:(BOOL)input
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setLeft:(LONG)left
- (void) setTop:(LONG)top
- (void) setTryFit:(BOOL)tryfit
- (LONG) top
Get/set the virtual top edge of a virtual group. The top edge will automatically be clipped to be between 0 and (VirtualTop-DisplayTop).
This attribute is quite senseless, better use a scrollgroup object to control the virtual group.
- (BOOL) tryFit
During a layout, the virtgroup will first try to force a window size large enough to fit the whole object. In case it still would not fit, the window gets resized to the maximum allowed by the screen size.
- (LONG) virtgroupHeight
Read the virtual height of a virtual group. This attribute is quite senseless, better use a scrollgroup object to control the virtual group.
- (LONG) virtgroupWidth
Read the virtual width of a virtual group. This attribute is quite senseless, better use a scrollgroup object to control the virtual group.