- Inherits From:
- NSControl
- Declared In:
- EDObjectWell.h
struct _EDOWFlags flags;
NSDictionary *imageDictionary;
NSArray *currentTypes;
NSArray *acceptableTypes;
IBOutlet id delegate;
flags These instance variables are private. imageDictionary currentTypes acceptableTypes delegate Connect in Interface Builder.
Changing the well's appearanceSetting and getting the well's attributes
- - setDrawsBezel:
- - drawsBezel
- - setImageDictionary:
- - imageDictionary
Assigning a delegate
- - setDelaysRequestingData:
- - delaysRequestingData
Setting and getting object types
- - setDelegate:
- - delegate
Setting the image displayed
- - setCurrentTypes:
- - currentTypes
- - setAcceptableTypes:
- - acceptableTypes
- - setImage:
- - image
- (NSArray *)acceptableTypes
No method description.
- (NSArray *)currentTypes
No method description.
- (BOOL)delaysRequestingData
No method description.
- (id)delegate
No method description.
- (BOOL)drawsBezel
No method description.
- (NSImage *)image
No method description.
- (NSDictionary *)imageDictionary
No method description.
- (void)setAcceptableTypes:(NSArray *)types
No method description.
- (void)setCurrentTypes:(NSArray *)types
No method description.
- (void)setDelaysRequestingData:(BOOL)flag
No method description.
- (void)setDelegate:(id)anObject
No method description.
- (void)setDrawsBezel:(BOOL)flag
No method description.
- (void)setImage:(NSImage *)anImage
No method description.
- (void)setImageDictionary:(NSDictionary *)someImages
No method description.