wlmaker
|
Public Attributes | |
bs_dllist_t | tiles |
struct wlr_scene_tree * | wlr_scene_tree_ptr |
wlmaker_view_t | view |
State of a tile container, holding wlmaker_iconified_t.
bs_dllist_t _wlmaker_tile_container_t::tiles |
Base list that's holding all tiles of this container.
wlmaker_view_t _wlmaker_tile_container_t::view |
Corresponding view.
struct wlr_scene_tree* _wlmaker_tile_container_t::wlr_scene_tree_ptr |
Scene graph subtree holding all tiles of this container.
Invariant: Membership in tiles
== membership in wlr_scene_tree_ptr
.