vdk 2.4.0
|
This event telles you which area of an object has to be redrawn. More...
#include <sigc_events.h>
This event telles you which area of an object has to be redrawn.
Normaly it will be emited when a region of an object has to be redrawn (in this case GdkEventExpose is the source of information) or when the entire Object has to be redrawn (so an underlying GDK_UNMAP was responsible for this). This event is also emited when you resize an object.