![]() |
![]() |
![]() |
St Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
struct StContainer;
struct StContainerClass;
GList * st_container_get_children_list (StContainer *container
);
GObject +----GInitiallyUnowned +----ClutterActor +----StWidget +----StContainer +----StBoxLayout +----StGroup +----StTable
StContainer implements ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.
GList * st_container_get_children_list (StContainer *container
);
Get the internal list of container
's child actors. This function
should only be used by subclasses of StContainer
|
An StContainer |
Returns : |
list of container 's child actors. [element-type Clutter.Actor][transfer none]
|