+ (MUIMenu *) menuWithTitle:(OBString *)title objects:(MUIObject *)child, ... 
- (BOOL) enabled

Enable or disable the complete menu.

- (id) initWithTitle:(OBString *)title objects:(MUIObject *)child, ... 
- (void) noNotifySetEnabled:(BOOL)enabled
- (void) noNotifySetTitle:(OBString *)title
- (void) setEnabled:(BOOL)enabled
- (void) setTitle:(OBString *)title
- (OBString *) title

Describe the title of the menu. Note that the string is *not* copied and must remain valid until the menu object is disposed.