Rob
- (void) drawInteriorWithFrame: (NSRect)cellFrame inView: (NSView *)controlView;
{
NSBezierPath *circle;
[_color set];
circle = [NSBezierPath bezierPathWithOvalInRect: NSMakeRect(
cellFrame.origin.x,
cellFrame.origin.y +3,
cellFrame.size.height-3,
cellFrame.size.width-3)];
[circle fill];
}_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
