mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
feat: add Shade/Unshade/ToggleShade actions
This builds on the work of @Consolatis in #1018. Co-authored-by: Consolatis <35009135+Consolatis@users.noreply.github.com> Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
parent
722a802de0
commit
e05bedb140
19 changed files with 218 additions and 47 deletions
|
|
@ -718,6 +718,8 @@ init_windowmenu(struct server *server)
|
|||
fill_item("name.action", "ToggleMaximize");
|
||||
current_item = item_create(menu, _("Fullscreen"), false);
|
||||
fill_item("name.action", "ToggleFullscreen");
|
||||
current_item = item_create(menu, _("Roll up/down"), false);
|
||||
fill_item("name.action", "ToggleShade");
|
||||
current_item = item_create(menu, _("Decorations"), false);
|
||||
fill_item("name.action", "ToggleDecorations");
|
||||
current_item = item_create(menu, _("Always on Top"), false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue