diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-09-08 22:46:57 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-09-21 21:14:14 -0300 |
commit | 5d03aa12c9b16690f1e2ba4a2be5e46cd5a43f84 (patch) | |
tree | 8b6939b97dbfafc8becb65c736d0992000c06c6a /doc/classes | |
parent | 2e065d8ad07bb20fede0d0c0b2d33d6628033024 (diff) |
Expose LineEdit's 'right_icon' and fix icon size
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/LineEdit.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index d90a290fdc..c1dca9f95e 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -119,6 +119,9 @@ <member name="placeholder_text" type="String" setter="set_placeholder" getter="get_placeholder" default=""""> Text shown when the [LineEdit] is empty. It is [b]not[/b] the [LineEdit]'s default value (see [member text]). </member> + <member name="right_icon" type="Texture" setter="set_right_icon" getter="get_right_icon"> + Sets the icon that will appear in the right end of the [LineEdit] if there's no [member text], or always, if [member clear_button_enabled] is set to [code]false[/code]. + </member> <member name="secret" type="bool" setter="set_secret" getter="is_secret" default="false"> If [code]true[/code], every character is replaced with the secret character (see [member secret_character]). </member> |