| clutk Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
#include <ctk-bin.h>
CtkBinPrivate;
CtkBin;
ClutterActor * ctk_bin_get_child (CtkBin *bin);
GObject
+----GInitiallyUnowned
+----ClutterActor
+----CtkActor
+----CtkBin
+----CtkMenuItem
+----CtkToplevel
+----CtkButton
+----CtkScrollView
ClutterActor * ctk_bin_get_child (CtkBin *bin);
Gets the single child of bin - if there is no child set this will return NULL
|
A CtkBin |
Returns : |
a ClutterActor or NULL |