Method

MetaWindowActorget_texture

Declaration [src]

MetaShapedTexture*
meta_window_actor_get_texture (
  MetaWindowActor* self
)

Description [src]

Gets the ClutterActor that is used to display the contents of the window, or NULL if no texture is shown yet, because the window is not mapped.

Return value

Returns: MetaShapedTexture
 

The ClutterActor for the contents.

 The data is owned by the instance.