get_default_paint_volume
Description:
Retrieves the default paint volume for this.
This function provides the same PaintVolume that would be computed by the
default implementation inside Actor of the ClutterActorClass.get_paint_volume
virtual function.
This function should only be used by Actor subclasses that cannot chain up to the parent implementation when computing their paint volume.
Parameters:
this |
a Actor |
Returns:
a pointer to the default PaintVolume, relative to the
Actor, or |