Method

ShumateVectorSpriteget_source_paintable

Declaration [src]

GdkPaintable*
shumate_vector_sprite_get_source_paintable (
  ShumateVectorSprite* self
)

Description [src]

Gets the source GdkPaintable used to draw the sprite.

Note that ShumateVectorSprite also implements GdkPaintable. In most cases, you should draw the sprite rather than the original paintable.

Available since:1.1

Return value

Returns: GdkPaintable*
 

The source paintable.

 The data is owned by the instance.