mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@@ -11,54 +11,6 @@
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_dragger_visibility" qualifiers="const">
|
||||
<return type="int" enum="SplitContainer.DraggerVisibility">
|
||||
</return>
|
||||
<description>
|
||||
Return visibility of the split dragger (one of [DRAGGER_VISIBLE], [DRAGGER_HIDDEN] or [DRAGGER_HIDDEN_COLLAPSED]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_split_offset" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Return the split offset.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_collapsed" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return true if the split is collapsed.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_collapsed">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="collapsed" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Set if the split must be collapsed.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_dragger_visibility">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="mode" type="int" enum="SplitContainer.DraggerVisibility">
|
||||
</argument>
|
||||
<description>
|
||||
Set visibility of the split dragger ([i]mode[/i] must be one of [DRAGGER_VISIBLE], [DRAGGER_HIDDEN] or [DRAGGER_HIDDEN_COLLAPSED]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_split_offset">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="offset" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Set the split offset.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="collapsed" type="bool" setter="set_collapsed" getter="is_collapsed">
|
||||
|
||||
Reference in New Issue
Block a user