mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
Changes order of brief/long descriptions and removes category as per godotengine/godot#35132.
This commit is contained in:
@@ -13,13 +13,15 @@ Container
|
||||
|
||||
**Inherited By:** :ref:`BoxContainer<class_BoxContainer>`, :ref:`CenterContainer<class_CenterContainer>`, :ref:`EditorProperty<class_EditorProperty>`, :ref:`GraphNode<class_GraphNode>`, :ref:`GridContainer<class_GridContainer>`, :ref:`MarginContainer<class_MarginContainer>`, :ref:`PanelContainer<class_PanelContainer>`, :ref:`ScrollContainer<class_ScrollContainer>`, :ref:`SplitContainer<class_SplitContainer>`, :ref:`TabContainer<class_TabContainer>`, :ref:`ViewportContainer<class_ViewportContainer>`
|
||||
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Base node for containers.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Base node for containers. A ``Container`` contains other controls and automatically arranges them in a certain way.
|
||||
|
||||
A Control can inherit this to create custom container classes.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
@@ -45,13 +47,6 @@ Constants
|
||||
|
||||
- **NOTIFICATION_SORT_CHILDREN** = **50** --- Notification for when sorting the children, it must be obeyed immediately.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Base node for containers. A ``Container`` contains other controls and automatically arranges them in a certain way.
|
||||
|
||||
A Control can inherit this to create custom container classes.
|
||||
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user