Authors
- Generated by Debian
-
Date: Generated at 2024-06-13 07:32:17 +0000
- Declared in:
- InterfaceBuilder/IBPalette.h
Description forthcoming.
Instance Variables
Method summary
+ (id)
objectForView: (
NSView*)aView;
Description forthcoming.
- (void)
associateObject: (id)anObject
type: (
NSString*)aType
with: (
NSView*)aView;
Associate a particular object and DnD type with a
view - so that Gorm knows to initiate a DnD session
with the specified object and type rather than an
archived copy of the view itsself and the default
type (IBViewPboardType).
- (void)
dealloc;
Releases all the instance variables apart from the
window (which is presumed to release itsself when
closed) and removes self as an observer of
notifications before destroying self.
- (void)
finishInstantiate;
Method called by GUI builder application when a new
palette has been created and its model (nib/gorm)
has been loaded. Any palette initialization should be
done here.
- (
NSWindow*)
originalWindow;
Return the window containing the views that may be
dragged from the palette.
- (id<
IBDocuments>)
paletteDocument;
Returns an object representing the palette which
conforms to the IBDocuments protocol.
- (
NSImage*)
paletteIcon;
Return the icon representing the palette.
Instance Variables for IBPalette Class
@protected NSImage* icon;
Description forthcoming.
@protected NSWindow* originalWindow;
Description forthcoming.
@protected id paletteDocument;
Description forthcoming.