[Mono-list] DrawingArea needs to redraw signal??
Francisco M. Marzoa
fmmarzoa at gmx.net
Tue Nov 16 06:09:27 EST 2010
Hello,
Currently I'm handling the ExposeEvent -as Miguel de Icaza told me in a
prior answer- but I ignored that there're another way to do the same. I
assume that overriding OnExpose is not available through Monodevelop
interface designer, isn't it? So I should do something like:
drawingarea1.OnExpose += MyOnExposeMethodDelegate
am I right?
Thanks a lot,
El 16/11/10 00:46, Michael Hutchinson escribió:
>
> Override OnExpose or handle the ExposeEvent event and inspect the
> args.Event value. There you will find the invalidated region, and a
> Window drawable.
>
More information about the Mono-list
mailing list