home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
TextSizingExample
/
FixedSizeAspect.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-17
|
191 b
|
15 lines
/*
FixedSizeApsect.h
TextSizingExample
Author: Mike Ferris
*/
#import "Aspect.h"
@interface FixedSizeAspect : Aspect {
NSLayoutManager *_layoutManager;
}
@end