![]() |
![]() |
![]() |
clutk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <ctk-bin.h>
CtkBin;
CtkBinClass;
CtkBinPrivate;
ClutterActor * ctk_bin_get_child (CtkBin *bin
);
GObject +----GInitiallyUnowned +----ClutterActor +----CtkActor +----CtkBin +----CtkButton +----CtkMenuItem +----CtkScrollView +----CtkToplevel
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 |