[St] Add st_box_layout_move_child and st_box_layout_insert_actor
This commit is contained in:

committed by
Dan Winship

parent
fa1fe4fdd1
commit
038a32330f
@ -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 */
|
||||
|
Reference in New Issue
Block a user