mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
Implement <resize><drawContents>
<resize><drawContents>[yes|no] configures whether to let the clients redraw its window content content while resizing. When <resize><drawContents> is set to no, a multi-rect is shown to indicate the geometry of the resized window.
This commit is contained in:
parent
25415eb7ab
commit
bb1d0b4352
10 changed files with 113 additions and 12 deletions
|
|
@ -456,6 +456,11 @@ extending outward from the snapped edge.
|
|||
|
||||
Default is Never.
|
||||
|
||||
*<resize><drawContents>* [yes|no]
|
||||
Let the application redraw its contents while resizing. If disabled, an
|
||||
outlined rectangle is shown to indicate the geometry of resized window.
|
||||
Default is yes.
|
||||
|
||||
## KEYBOARD
|
||||
|
||||
*<keyboard><numlock>* [on|off]
|
||||
|
|
|
|||
|
|
@ -103,8 +103,12 @@
|
|||
<windowEdgeStrength>20</windowEdgeStrength>
|
||||
</resistance>
|
||||
|
||||
<!-- Show a simple resize and move indicator -->
|
||||
<resize popupShow="Never" />
|
||||
<resize>
|
||||
<!-- Show a simple resize and move indicator -->
|
||||
<popupShow>Never</popupShow>
|
||||
<!-- Let client redraw its contents while resizing -->
|
||||
<drawContents>yes</drawContents>
|
||||
</resize>
|
||||
|
||||
<focus>
|
||||
<followMouse>no</followMouse>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue