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));
this |
a Actor |
a Widget, or |