wlmaker
|
#include <panel.h>
Public Attributes | |
int | desired_width |
int | desired_height |
uint32_t | anchor |
int | margin_left |
int | margin_right |
int | margin_top |
int | margin_bottom |
int | exclusive_zone |
The panel's positioning parameters.
uint32_t _wlmtk_panel_positioning_t::anchor |
Edges the panel is anchored to. See enum wlr_edges
.
int _wlmtk_panel_positioning_t::desired_height |
Desired height of the panel.
int _wlmtk_panel_positioning_t::desired_width |
Desired width of the panel.
int _wlmtk_panel_positioning_t::exclusive_zone |
Size of the exclusive zone, in pixels. -1 to request all.
int _wlmtk_panel_positioning_t::margin_bottom |
Margin on the bottom of the panel.
int _wlmtk_panel_positioning_t::margin_left |
Margin on the left of the panel.
int _wlmtk_panel_positioning_t::margin_right |
Margin on the right of the panel.
int _wlmtk_panel_positioning_t::margin_top |
Margin on the top of the panel.