From 9c92e9d849fbba212804e1e98622235eaed7f99f Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sun, 2 May 2021 18:34:29 +0300 Subject: Add highlight to the relationship lines of selected Tree items --- doc/classes/Tree.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index 27b26801f3..c31467c67e 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -533,6 +533,12 @@ The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode cell is checked. + + The [Color] of the relationship lines between the selected [TreeItem] and its children. + + + The width of the relationship lines between the selected [TreeItem] and its children. + [StyleBox] used for the cursor, when the [Tree] is being focused. @@ -587,8 +593,20 @@ The size of the text outline. + + The [Color] of the relationship lines between the selected [TreeItem] and its parents. + + + The space between the parent relationship lines for the selected [TreeItem] and the relationship lines to its siblings that are not selected. + + + The width of the relationship lines between the selected [TreeItem] and its parents. + - [Color] of the relationship lines. + The default [Color] of the relationship lines. + + + The default width of the relationship lines. The maximum distance between the mouse cursor and the control's border to trigger border scrolling when dragging. -- cgit v1.2.3