feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="FoldableContainer" inherits="Container" keywords="expandable, collapsible, collapse, accordion, details" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<class name="FoldableContainer" inherits="Container" api_type="core" keywords="expandable, collapsible, collapse, accordion, details" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
A container that can be expanded/collapsed.
|
||||
</brief_description>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
The [FoldableGroup] associated with the container. When multiple [FoldableContainer] nodes share the same group, only one of them is allowed to be unfolded.
|
||||
</member>
|
||||
<member name="folded" type="bool" setter="set_folded" getter="is_folded" default="false">
|
||||
If [code]true[/code], the container will becomes folded and will hide all its children.
|
||||
If [code]true[/code], the container will become folded and will hide all its children.
|
||||
</member>
|
||||
<member name="language" type="String" setter="set_language" getter="get_language" default="""">
|
||||
Language code used for text shaping algorithms. If left empty, the current locale is used instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue