vdk 2.4.0
Public Member Functions | List of all members
VDKPaintEvent Class Reference

This event telles you which area of an object has to be redrawn. More...

#include <sigc_events.h>

Inheritance diagram for VDKPaintEvent:
Inheritance graph
[legend]
Collaboration diagram for VDKPaintEvent:
Collaboration graph
[legend]

Public Member Functions

const VDKRect & Area () const
 Returns area to be repainted.
 

Detailed Description

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.


The documentation for this class was generated from the following file: