+ (id) dtpicWithFileName:(OBString *)name
- (BOOL) darkenSelState
- (LONG) dtpicAlpha
- (BOOL) freeHoriz
- (BOOL) freeVert
- (id) initWithFileName:(OBString *)name
- (BOOL) lightenOnMouse
- (BOOL) minHeight
- (BOOL) minWidth
- (OBString *) name
- (void) noNotifySetDtpicAlpha:(LONG)dtpicalpha
- (void) noNotifySetName:(OBString *)name
- (void) setDarkenSelState:(BOOL)darkenselstate

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

- (void) setDtpicAlpha:(LONG)dtpicalpha
- (void) setFreeHoriz:(BOOL)freehoriz

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

- (void) setFreeVert:(BOOL)freevert

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

- (void) setLightenOnMouse:(BOOL)lightenonmouse

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

- (void) setMinHeight:(BOOL)minheight

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

- (void) setMinWidth:(BOOL)minwidth

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

- (void) setName:(OBString *)name