git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-07-09 21:04:00 +00:00
parent 7084274d82
commit c01e5f1b4d
6 changed files with 51 additions and 6 deletions

View file

@ -123,7 +123,9 @@
NSGraphicsContext *ctxt = GSCurrentContext();
NSRect lRect;
NSRect fRect;
item_rect = tabRect;
DPSgsave(ctxt);
fRect = tabRect;
@ -152,6 +154,13 @@
DPSgrestore(ctxt);
}
// Non spec
- (NSRect) _tabRect
{
return item_rect;
}
// NSCoding protocol.
- (void) encodeWithCoder: (NSCoder*)aCoder