Top | ![]() |
![]() |
![]() |
![]() |
StWidget * | st_bin_new () |
void | st_bin_set_child () |
ClutterActor * | st_bin_get_child () |
void | st_bin_set_fill () |
void | st_bin_get_fill () |
void st_bin_set_child (StBin *bin
,ClutterActor *child
);
Sets child
as the child of bin
.
If bin
already has a child, the previous child is removed.
ClutterActor *
st_bin_get_child (StBin *bin
);
Retrieves a pointer to the child of bin
.
void st_bin_set_fill (StBin *bin
,gboolean x_fill
,gboolean y_fill
);
Sets whether the child of bin
should fill out the horizontal
and/or vertical allocation of the parent