Christian Seberino <[EMAIL PROTECTED]> writes:
> 
> I thought configure event handler draws *everything* and
> expose event handler just redraws portion *uncovered*
> e.g. covering with corner of window and then not.
> 
> This would imply that all drawing should happen in configure
> event with "patches" being done in expose event.
> 
> Am I missing something?
> 

Yes, there is no reason to draw anything in configure event.  It just
means you got a new size. You'll also get an expose when this happens
so drawing in expose only is fine.

Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to