get_contents


Description:

public unowned Widget get_contents ()

Retrieves the child of the Bin used to hold the contents of this.

This convenience function is the logical equivalent of:

GtkWidget *bin;

bin = gtk_clutter_actor_get_widget (GTK_CLUTTER_ACTOR (actor));
return gtk_bin_get_child (GTK_BIN (bin));

Parameters:

this

a Actor

Returns:

a Widget, or null if not content has been set