Skip to content
  • Carlos Garcia Campos's avatar
    Revert "Remove _gtk_box_get_children" · 170cb016
    Carlos Garcia Campos authored
    This reverts commit 572e9a04.
    
    _gtk_box_get_children was not doing exactly the same than
    gtk_container_get_children does, because the latter uses the forall
    implementation of GtkBox that takes into account the children pack mode while
    the former just iterated the list of children. This broke the order of
    the buttons in a GtkButtonBox when they were packaged with PACK_END.
    170cb016