home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
Ruler.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-10
|
262 b
|
16 lines
@interface Ruler : View <Ruler>
{
Font *font;
NXCoord descender;
NXCoord startX;
NXCoord lastlp, lasthp;
BOOL flipped;
BOOL notHidden;
}
+ (NXCoord)width;
- setFont:(Font *)aFontRW#drawSelf:(const NXRect *)rects :(int)rectCount;
@end