mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
action: add ResizeRelative
This commit is contained in:
parent
e40159470b
commit
ea623daaee
4 changed files with 36 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
*<action name="Resize">*
|
||||
Begin interactive resize of window under cursor
|
||||
|
||||
*<action name="ResizeRelative" left="" right="" top="" bottom="" >*
|
||||
Resize window relative to its current size. Values of left, right,
|
||||
top or bottom tell how much to resize on that edge of window,
|
||||
positive values grow window, negative shrink window.
|
||||
|
||||
*<action name="MoveTo" x="" y="" />*
|
||||
Move to position (x, y)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue