mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Order everything alphabetically
And sync with current 2.0.x sources.
This commit is contained in:
@@ -18,11 +18,11 @@ Grid container used to arrange elements in a grid like layout
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+------------------------+-------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_columns<class_GridContainer_set_columns>` **(** :ref:`int<class_int>` columns **)** |
|
||||
+------------------------+-------------------------------------------------------------------------------------------------+
|
||||
| :ref:`int<class_int>` | :ref:`get_columns<class_GridContainer_get_columns>` **(** **)** const |
|
||||
+------------------------+-------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_columns<class_GridContainer_set_columns>` **(** :ref:`int<class_int>` columns **)** |
|
||||
+------------------------+-------------------------------------------------------------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
@@ -32,16 +32,16 @@ Grid container will arrange its children in a grid like structure, the grid colu
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_GridContainer_set_columns:
|
||||
|
||||
- void **set_columns** **(** :ref:`int<class_int>` columns **)**
|
||||
|
||||
Sets the numbers of columns in the container, then reorder its children to accommodate the new layout
|
||||
|
||||
.. _class_GridContainer_get_columns:
|
||||
|
||||
- :ref:`int<class_int>` **get_columns** **(** **)** const
|
||||
|
||||
Returns the number of columns in this container
|
||||
|
||||
.. _class_GridContainer_set_columns:
|
||||
|
||||
- void **set_columns** **(** :ref:`int<class_int>` columns **)**
|
||||
|
||||
Sets the numbers of columns in the container, then reorder its children to accommodate the new layout
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user