+ (id) horizontalBar
+ (id) rectangle
+ (id) rectangleWithWeight:(LONG)weight
- (OBString *) barTitle

This attribute describes a text string which will be displayed in group title style centered in the rectangle. Really only makes sense for MUIA_Rectangle_HBar type objects.

- (BOOL) hBar

When set to TRUE, MUI draws a horizontal bar in the middle of the rectangle. Such bars can be used instead of group frames to seperate objects in a window.

- (void) setBarTitle:(OBString *)bartitle

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (void) setHBar:(BOOL)hbar

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (void) setVBar:(BOOL)vbar

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated

- (BOOL) vBar

When set to TRUE, MUI draws a vertical bar in the middle of the rectangle. Such bars can be used instead of group frames to seperate objects in a window.