[St] Add st_box_layout_move_child and st_box_layout_insert_actor

This commit is contained in:
Marina Zhurakhinskaya
2010-01-13 15:03:26 -05:00
committed by Dan Winship
parent fa1fe4fdd1
commit 038a32330f
2 changed files with 41 additions and 0 deletions

View File

@ -95,6 +95,14 @@ void st_box_layout_destroy_children (StBoxLayout *box);
guint st_box_layout_get_n_children (StBoxLayout *box);
void st_box_layout_move_child (StBoxLayout *self,
ClutterActor *actor,
int pos);
void st_box_layout_insert_actor (StBoxLayout *self,
ClutterActor *actor,
int pos);
G_END_DECLS
#endif /* _ST_BOX_LAYOUT_H */