2022-01-07 15:51:49 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-03-01 01:44:37 +01:00
<class name= "VFlowContainer" inherits= "FlowContainer" version= "4.1" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2022-01-07 15:51:49 +01:00
<brief_description >
2023-04-30 16:26:09 +02:00
A container that arranges its child controls vertically and wraps them around at the borders.
2022-01-07 15:51:49 +01:00
</brief_description>
<description >
2023-04-30 16:26:09 +02:00
A variant of [FlowContainer] that can only arrange its child controls vertically, wrapping them around at the borders. This is similar to how text in a book wraps around when no more words can fit on a line, except vertically.
2022-01-07 15:51:49 +01:00
</description>
<tutorials >
2023-04-30 16:26:09 +02:00
<link title= "Using Containers" > $DOCS_URL/tutorials/ui/gui_containers.html</link>
2022-01-07 15:51:49 +01:00
</tutorials>
<theme_items >
2022-04-14 23:20:28 +02:00
<theme_item name= "h_separation" data_type= "constant" type= "int" default= "4" >
2022-01-07 15:51:49 +01:00
The horizontal separation of children nodes.
</theme_item>
2022-04-14 23:20:28 +02:00
<theme_item name= "v_separation" data_type= "constant" type= "int" default= "4" >
2022-01-07 15:51:49 +01:00
The vertical separation of children nodes.
</theme_item>
</theme_items>
</class>