Re: redraw flame

Marc Strämke <[email protected]> Tue, 16 Sep 2003 14:21:55 +0200
Newsgroups gmane.comp.embedded.stk.gui.devel
Message-ID <[email protected]>
Darren Vincent Hart wrote:
> One solution to the redraw problem would be to make the redraw(...)
> protected and declare friends.  I have never used friend, and it seems a
> bit kludgy to me.  But it will solve our problem.
Basicly i think friends will suffer from the same problem we have with 
protected, but i'll check later, got work atm :)

> 
> Darren