mirror of
https://github.com/labwc/labwc.git
synced 2026-03-06 01:40:15 -05:00
doc: Add GrowToEdge, ShrinkToEdge actions
This commit is contained in:
parent
299fb83fcc
commit
ced4ae46ec
1 changed files with 11 additions and 0 deletions
|
|
@ -56,6 +56,17 @@ Actions are used in menus and keyboard/mouse bindings.
|
||||||
top or bottom tell how much to resize on that edge of window,
|
top or bottom tell how much to resize on that edge of window,
|
||||||
positive values grow window, negative shrink window.
|
positive values grow window, negative shrink window.
|
||||||
|
|
||||||
|
*<action name="GrowToEdge" direction="value" />*
|
||||||
|
Resize window to fill the space between its edge and any other
|
||||||
|
window edge.
|
||||||
|
|
||||||
|
*direction* [left|up|right|down] Direction in which to grow.
|
||||||
|
|
||||||
|
*<action name="ShrinkToEdge" direction="value" />*
|
||||||
|
Reverse of GrowToEdge. Shrinks by a maximum of 50%.
|
||||||
|
|
||||||
|
*direction* [left|up|right|down] Direction in which to shrink.
|
||||||
|
|
||||||
*<action name="MoveTo" x="" y="" />*
|
*<action name="MoveTo" x="" y="" />*
|
||||||
Move to position (x, y)
|
Move to position (x, y)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue