diff options
| author | Rémi Verschelde | 2017-11-24 18:10:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-24 18:10:32 +0100 |
| commit | 92f07fefcd334686e81f56555d83530ae6741c2b (patch) | |
| tree | 8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/StyleBoxLine.xml | |
| parent | 31f62f53c516360dcf8688141a5f8a0aebada431 (diff) | |
| download | godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.gz godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.zst godot-92f07fefcd334686e81f56555d83530ae6741c2b.zip | |
Diffstat (limited to 'doc/classes/StyleBoxLine.xml')
| -rw-r--r-- | doc/classes/StyleBoxLine.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/doc/classes/StyleBoxLine.xml b/doc/classes/StyleBoxLine.xml index ad9ea8adf..e18af2334 100644 --- a/doc/classes/StyleBoxLine.xml +++ b/doc/classes/StyleBoxLine.xml @@ -9,38 +9,12 @@ <demos> </demos> <methods> - <method name="get_color" qualifiers="const"> - <return type="Color"> - </return> - <description> - </description> - </method> <method name="get_grow" qualifiers="const"> <return type="float"> </return> <description> </description> </method> - <method name="get_thickness" qualifiers="const"> - <return type="int"> - </return> - <description> - </description> - </method> - <method name="is_vertical" qualifiers="const"> - <return type="bool"> - </return> - <description> - </description> - </method> - <method name="set_color"> - <return type="void"> - </return> - <argument index="0" name="color" type="Color"> - </argument> - <description> - </description> - </method> <method name="set_grow"> <return type="void"> </return> @@ -49,22 +23,6 @@ <description> </description> </method> - <method name="set_thickness"> - <return type="void"> - </return> - <argument index="0" name="thickness" type="int"> - </argument> - <description> - </description> - </method> - <method name="set_vertical"> - <return type="void"> - </return> - <argument index="0" name="vertical" type="bool"> - </argument> - <description> - </description> - </method> </methods> <members> <member name="color" type="Color" setter="set_color" getter="get_color"> |
