Re: setNeedsDisplayInRect: rect NO ????
Re: setNeedsDisplayInRect: rect NO ????
- Subject: Re: setNeedsDisplayInRect: rect NO ????
- From: Andreas Mayer <email@hidden>
- Date: Sat, 16 Nov 2002 16:01:14 +0100
Am Freitag, 15.11.02 um 14:13 Uhr schrieb Robert Miller:
Does anyone know if it is possible to 'validate' a rectangular area
in Cocoa as opposed to the entire visible area ? It seems this ability
is missing in Cocoa.
Um. Maybe I missed something, but what about:
From the documentation of NSView:
----
setNeedsDisplayInRect:
- (void)setNeedsDisplayInRect:(NSRect)invalidRect
----
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.