mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
action: add ResizeRelative
This commit is contained in:
parent
c53896acc6
commit
c3ce682328
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