|
wlmaker
|

Public Attributes | |
| wlmtk_box_t | super_box |
| const char * | title_ptr |
| wlmtk_titlebar_title_t * | titlebar_title_ptr |
| wlmtk_titlebar_button_t * | minimize_button_ptr |
| wlmtk_titlebar_button_t * | close_button_ptr |
| bs_gfxbuf_t * | focussed_gfxbuf_ptr |
| bs_gfxbuf_t * | blurred_gfxbuf_ptr |
| unsigned | width |
| int | close_position |
| int | title_position |
| int | title_width |
| bool | activated |
| uint32_t | properties |
| wlmtk_titlebar_style_t | style |
State of the title bar.
| bool _wlmtk_titlebar_t::activated |
Whether the title bar is currently displayed as activated.
| bs_gfxbuf_t* _wlmtk_titlebar_t::blurred_gfxbuf_ptr |
Titlebar background, when blurred.
| wlmtk_titlebar_button_t* _wlmtk_titlebar_t::close_button_ptr |
Close button.
| int _wlmtk_titlebar_t::close_position |
Position of the close button.
| bs_gfxbuf_t* _wlmtk_titlebar_t::focussed_gfxbuf_ptr |
Titlebar background, when focussed.
| wlmtk_titlebar_button_t* _wlmtk_titlebar_t::minimize_button_ptr |
Minimize button.
| uint32_t _wlmtk_titlebar_t::properties |
Properties of the title bar.
| wlmtk_titlebar_style_t _wlmtk_titlebar_t::style |
Title bar style.
| wlmtk_box_t _wlmtk_titlebar_t::super_box |
Superclass: Box.
| int _wlmtk_titlebar_t::title_position |
Position of the title element.
| const char* _wlmtk_titlebar_t::title_ptr |
Link to the titlebar's title.
| int _wlmtk_titlebar_t::title_width |
Width of the title element.
| wlmtk_titlebar_title_t* _wlmtk_titlebar_t::titlebar_title_ptr |
Title element of the title bar.
| unsigned _wlmtk_titlebar_t::width |
Current width of the title bar.