- Inherits From:
- NSScrollView
- Declared In:
- PlacardScrollView.h
IBOutlet NSView *placard;
int _side;
placard No description. _side No description.
- - setPlacard:
- - placard
- - setSide:
- (NSView *)placard
Return the placard view
- (void)setPlacard:(NSView *)inView
This setter puts it into the superview. Therefore, if you hook it up from Interface Builder, the view will be installed automagically.
- (void)setSide:(int)inSide
Set the side (PlacardLeft or PlacardRight) that the placard will appear on.