mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
[layout] Allow taking a back pointer to the Container
The LayoutManager implementation might opt to take a back pointer to the Container that is using the layout instance; this allows direct access to the container itself from within the implementation.
This commit is contained in:
@ -1735,6 +1735,7 @@ clutter_layout_manager_get_preferred_width
|
||||
clutter_layout_manager_get_preferred_height
|
||||
clutter_layout_manager_allocate
|
||||
clutter_layout_manager_layout_changed
|
||||
clutter_layout_manager_set_container
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_layout_manager_add_child_meta
|
||||
|
Reference in New Issue
Block a user