home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
AppKit
/
TextSizingExample
/
FixedSizeAspect.h
< prev
next >
Wrap
Text File
|
1996-04-17
|
191b
|
15 lines
/*
FixedSizeApsect.h
TextSizingExample
Author: Mike Ferris
*/
#import "Aspect.h"
@interface FixedSizeAspect : Aspect {
NSLayoutManager *_layoutManager;
}
@end