box: Add relative packing methods
ClutterBox should provide some convenience functions to pack a new child at a given position, either an absolute index or relative to a sibling.
This commit is contained in:
@ -1836,6 +1836,9 @@ clutter_box_get_color
|
||||
<SUBSECTION>
|
||||
clutter_box_pack
|
||||
clutter_box_packv
|
||||
clutter_box_pack_after
|
||||
clutter_box_pack_before
|
||||
clutter_box_pack_at
|
||||
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_TYPE_BOX
|
||||
|
Reference in New Issue
Block a user