home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
VertScrollAspect.h
< prev
next >
Wrap
Text File
|
1996-04-17
|
193b
|
15 lines
/*
VertScrollApsect.h
TextSizingExample
Author: Mike Ferris
*/
#import "Aspect.h"
@interface VertScrollAspect : Aspect {
NSLayoutManager *_layoutManager;
}
@end