Add multiple descriptions to several classes
This pull request adds several descriptions to multiple different classes. This improves the completeness of the documentation and enhances usability by doing so.
This commit is contained in:
parent
67ed879f55
commit
27e9df7778
5 changed files with 10 additions and 0 deletions
|
|
@ -169,6 +169,7 @@
|
|||
The caret's column position inside the [LineEdit]. When set, the text may scroll to accommodate it.
|
||||
</member>
|
||||
<member name="caret_force_displayed" type="bool" setter="set_caret_force_displayed" getter="is_caret_force_displayed" default="false">
|
||||
If [code]true[/code], the [LineEdit] will always show the caret, even if focus is lost.
|
||||
</member>
|
||||
<member name="caret_mid_grapheme" type="bool" setter="set_caret_mid_grapheme_enabled" getter="is_caret_mid_grapheme_enabled" default="false">
|
||||
Allow moving caret, selecting and removing the individual composite character components.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue