Clarify documentation for window_rect

(cherry picked from commit 8e4b659578)
This commit is contained in:
Łukasz Adamczak 2023-02-05 15:13:54 +01:00 committed by Simon Ser
parent 95c5d8d7b5
commit 4a31d18837

View file

@ -337,8 +337,9 @@ node and will have the following properties:
this, but borders are included. this, but borders are included.
|- window_rect |- window_rect
: object : object
: The geometry of the contents inside the node. The window decorations are : The geometry of the content inside the node. These coordinates are relative
excluded from this calculation, but borders are included. to the node itself. Window decorations and borders are outside the
_window_rect_
|- deco_rect |- deco_rect
: object : object
: The geometry of the decorations for the node relative to the parent node : The geometry of the decorations for the node relative to the parent node