home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
Ruler.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
|
1995-07-30
|
251 b
|
17 lines
@interface Ruler : NSView <Ruler>
{
NSFont *font;
float descender;
float startX;
float lastlp, lasthp;
BOOL zeroAtViewOrigin;
BOOL notHidden;
}
+ (float)width;
- setFont:(NSFont *)aFont;
- (void)drawRect:(NSRect)rects;
@end