+ (MUITitle *) title

Default constructor

- (BOOL) closable
- (void) close:(id)tito
- (id) findPage:(id)titlebutton
- (void) newTitle
- (BOOL) newable
- (void) noNotifySetClosable:(BOOL)closable
- (void) noNotifySetNewable:(BOOL)newable
- (void) noNotifySetOnLastClose:(LONG)onlastclose
- (void) noNotifySetPosition:(LONG)position
- (void) noNotifySetSortable:(BOOL)sortable
- (LONG) position
- (void) setClickable:(LONG)clickable

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

- (void) setClosable:(BOOL)closable
- (void) setEventHandlerPriority:(LONG)eventhandlerpriority

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

- (void) setNewable:(BOOL)newable
- (void) setOnLastClose:(LONG)onlastclose
- (void) setPosition:(LONG)position
- (void) setSortable:(BOOL)sortable
- (BOOL) sortable