wlmaker
|
#include <tile.h>
Public Attributes | |
wlmtk_container_t | super_container |
wlmtk_buffer_t | buffer |
wlmtk_tile_style_t | style |
struct wlr_buffer * | background_wlr_buffer_ptr |
wlmtk_element_t * | content_element_ptr |
wlmtk_element_t * | overlay_element_ptr |
State of a tile.
struct wlr_buffer* _wlmtk_tile_t::background_wlr_buffer_ptr |
Holds the tile's background, used in wlmtk_tile_t::buffer.
wlmtk_buffer_t _wlmtk_tile_t::buffer |
The tile background is modelled as wlmtk_buffer_t.
wlmtk_element_t* _wlmtk_tile_t::content_element_ptr |
References the content element from wlmtk_tile_set_content.
wlmtk_element_t* _wlmtk_tile_t::overlay_element_ptr |
References the content element from wlmtk_tile_set_overlay.
wlmtk_tile_style_t _wlmtk_tile_t::style |
Style to be used for this tile.
wlmtk_container_t _wlmtk_tile_t::super_container |
A tile is a container. Holds a background and contents.