mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
view: add view_set_layer()
This commit is contained in:
parent
68c826e082
commit
13200cc0d7
2 changed files with 14 additions and 8 deletions
|
|
@ -533,6 +533,7 @@ void view_toggle_maximize(struct view *view, enum view_axis axis);
|
|||
bool view_wants_decorations(struct view *view);
|
||||
void view_toggle_decorations(struct view *view);
|
||||
|
||||
void view_set_layer(struct view *view, enum view_layer layer);
|
||||
void view_toggle_always_on_top(struct view *view);
|
||||
void view_toggle_always_on_bottom(struct view *view);
|
||||
void view_toggle_visible_on_all_workspaces(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue