From ebe1a2d7ec47e55ccdb0785d5bc72b84ca6f7c3d Mon Sep 17 00:00:00 2001 From: David Giardi Date: Thu, 15 Feb 2024 12:15:12 +0100 Subject: Add hover state to Tree items display --- doc/classes/Tree.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index b0cb25fafd..9510d237da 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -509,6 +509,12 @@ Text [Color] for a [constant TreeItem.CELL_MODE_CHECK] mode cell when it's non-editable (see [method TreeItem.set_editable]). + + Text [Color] used when the item is hovered. + + + Text [Color] used when the item is hovered, while a button of the same item is hovered as the same time. + The tint of text outline of the item. @@ -645,6 +651,9 @@ The updown arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] mode cell. + + [StyleBox] used when a button in the tree is hovered. + [StyleBox] used when a button in the tree is pressed. @@ -666,6 +675,12 @@ The focused style for the [Tree], drawn on top of everything. + + [StyleBox] for the item being hovered. + + + [StyleBox] for the item being hovered, while a button of the same item is hovered as the same time. + The background style for the [Tree]. -- cgit v1.2.3