PlacardScrollView


Inherits From:
NSScrollView
Declared In:
PlacardScrollView.h


Class Description

PlacardScrollView is used to place a small view to the left or right of a horizontal scrollbar in a scrollview. Replace NSScrollView with PlacardScrollView and then hook up a view to the "placard" outlet. (The view should be 16 pixels high.)


Instance Variables

IBOutlet NSView *placard;
int _side;

placardNo description.
_sideNo description.


Method Types

- setPlacard:
- placard
- setSide:

Instance Methods

placard

- (NSView *)placard

Return the placard view


setPlacard:

- (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.


setSide:

- (void)setSide:(int)inSide

Set the side (PlacardLeft or PlacardRight) that the placard will appear on.


Version 1.1 Copyright ©2003 by Karelia Software, LLC. All Rights Reserved.