+ (id) registerWithTitles:(OBArray *)titles
- (BOOL) registerFrame

THIS TAG IS OBSOLETE AND DOESNT DO ANYTHING.

previous function: Specify TRUE if your want your group to be framed. If the user specified cycle gadget looking, you will get a group frame, otherwise you won't get any frame at all since register groups are framed anyway.

- (void) setRegisterFrame:(BOOL)registerframe

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

- (void) setTitles:(OBArray *)titles

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

- (OBArray *) titles

NULL terminated array of strings describing the titles of your groups children. This array must contain exactly as many entries as your group has children.