Skip to content
  • Matthias Clasen's avatar
    box: Avoid position in the reorder api · f3f5a896
    Matthias Clasen authored
    Change the reorder api to insert after a sibling,
    so that moving to first place becomes reorder (... NULL).
    
    And add a insert_after api that can replace the common
    container_add / reorder_after (... NULL) combination.
    
    Update all callers.
    f3f5a896