Skip to content
  • Matthias Clasen's avatar
    Add map/unmap to GtkActionBar · 5eaebde3
    Matthias Clasen authored
    The recursion in map needs to follow the actual physical
    widget tree, otherwise we violate invariants. The generic
    container map implementation uses gtk_container_forall to
    operate on the children, and thus is not suitable for
    containers where the children are inside some internal
    container.
    5eaebde3