diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-10 13:52:57 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-10 13:52:57 +0200 |
commit | ddb97a0b353e4a5de2fdd0195a77efdbb022eacf (patch) | |
tree | 565205ea26b546185a7f7357308181e254a3ad4f /doc/classes | |
parent | b9d063170cec06fc83a67c85a27fb2a4f5f99c5d (diff) | |
parent | 1e2867556025c302224a0463f68b8135c99e11d8 (diff) |
Merge pull request #67117 from Jummit/tree-button-color
Expose TreeItem::set_button_color
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TreeItem.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index c109dc57f7..a8ffef427f 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -425,6 +425,15 @@ Sets the given column's button [Texture2D] at index [param button_idx] to [param button]. </description> </method> + <method name="set_button_color"> + <return type="void" /> + <param index="0" name="column" type="int" /> + <param index="1" name="button_idx" type="int" /> + <param index="2" name="color" type="Color" /> + <description> + Sets the given column's button color at index [param button_idx] to [param color]. + </description> + </method> <method name="set_button_disabled"> <return type="void" /> <param index="0" name="column" type="int" /> |