mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
0f39f20db6
The hide_all() method is pretty much pointless, as hiding an actor will automatically prevent its children from being painted. The show_all() method would only be marginally useful, if actors weren't set to be visible by default when added to another actor - which was the case when we introduced show_all() and hide_all().