summaryrefslogtreecommitdiffstats
path: root/doc/classes/TreeItem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/TreeItem.xml')
-rw-r--r--doc/classes/TreeItem.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml
index 3b8a4c8872..e94fa0c061 100644
--- a/doc/classes/TreeItem.xml
+++ b/doc/classes/TreeItem.xml
@@ -96,6 +96,14 @@
Returns the button index if there is a button with ID [param id] in column [param column], otherwise returns -1.
</description>
</method>
+ <method name="get_button_color" qualifiers="const">
+ <return type="Color" />
+ <param index="0" name="column" type="int" />
+ <param index="1" name="id" type="int" />
+ <description>
+ Returns the color of the button with ID [param id] in column [param column]. If the specified button does not exist, returns [constant Color.BLACK].
+ </description>
+ </method>
<method name="get_button_count" qualifiers="const">
<return type="int" />
<param index="0" name="column" type="int" />