From a635ecf6d497347d81905d551cec24fd011761fb Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 17 Mar 2022 13:50:16 +0800 Subject: Add item tooltip access to OptionButton --- doc/classes/OptionButton.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml index f65925f0f6..69e6d4b74c 100644 --- a/doc/classes/OptionButton.xml +++ b/doc/classes/OptionButton.xml @@ -74,6 +74,13 @@ Returns the text of the item at index [code]idx[/code]. + + + + + Returns the tooltip of the item at index [code]idx[/code]. + + @@ -156,6 +163,14 @@ Sets the text of the item at index [code]idx[/code]. + + + + + + Sets the tooltip of the item at index [code]idx[/code]. + + -- cgit v1.2.3