Skip navigation.
 
mlRe: Equivelent to drawRect: for drawing after sub views are drawn
FROM : Izidor Jerebic
DATE : Tue Oct 05 18:09:28 2004

On Oct 5, 2004, at 9:14 AM, George Lawrence Storm wrote:
> -----
>
> Based on this little experiment it seems that adding a "drawPostRect:"
> method (with it being passed a NSRect and the ability to call
> getRectsBeingDrawn:count: and needsToDrawRect: the same as drawRect:)
> would be of benefit. Alternatively if the private method I am
> overriding could be made public and properly documented it would be
> appreciated.
>


I would like to see this, too. Please file a bug via
bugreporter.apple.com  (type: New feature), so it will be given some
consideration from Apple folks.

I haven't done that yet (found a workaround for my problem - I control
all subviews, so I did display inside their display), but I intend to
report it these days, since in future this solution would be much
better than my workaround...


izidor