|
wlmaker
|

Public Attributes | |
| wlmtk_buffer_t | super_buffer |
| wlmtk_element_vmt_t | orig_super_element_vmt |
| struct wlr_buffer * | released_wlr_buffer_ptr |
| struct wlr_buffer * | pressed_wlr_buffer_ptr |
| bool | pressed |
| wlmtk_window_t * | window_ptr |
| uint32_t | edges |
State of an element of the resize bar.
| uint32_t _wlmtk_resizebar_area_t::edges |
Edges that the resizebar area controls.
| wlmtk_element_vmt_t _wlmtk_resizebar_area_t::orig_super_element_vmt |
Original virtual method table of the superclass element.
| bool _wlmtk_resizebar_area_t::pressed |
Whether the area is currently pressed or not.
| struct wlr_buffer* _wlmtk_resizebar_area_t::pressed_wlr_buffer_ptr |
WLR buffer holding the buffer in pressed state.
| struct wlr_buffer* _wlmtk_resizebar_area_t::released_wlr_buffer_ptr |
WLR buffer holding the buffer in released state.
| wlmtk_buffer_t _wlmtk_resizebar_area_t::super_buffer |
Superclass: Buffer.
| wlmtk_window_t* _wlmtk_resizebar_area_t::window_ptr |
Window to which the resize bar area belongs. To initiate resizing.