Unigine.WidgetVPaned Class
Inherits: | Widget |
This class creates a horizontal movable bar that divides the window into two resizable panes. This widget should contain exactly two children. If fewer children are provided, nothing will be drawn; if more children are provided, the application may crash.
WidgetVPaned Class
Properties
int SecondSize#
The size of the second child.
set
Sets the size of the second child.
set value -
Size of the second child in pixels.
int FirstSize#
The size of the first child.
set
Sets the size of the first child.
set value -
Size of the first child in pixels.
int Fixed#
The number of the child with the fixed size.
set
Sets the number of the child with the fixed size. The default is 0.
set value -
Number of the child:
- 0 - size of both children is not fixed.
- 1 - size of the first child is fixed.
- 2 - size of the second child is fixed.
int Value#
A value specifying how child widgets will be resized.
set
Specifies how child widgets will be resized. The default is 0.
set value -
Value in range [-32767; 32767]. -32767 means that during resize the upper child will remain fixed. 32767 means that during resize the lower child will remain fixed. 0 means that both children will be resized equally. Other values specify proportions, in which the children are resized.
Members
static WidgetVPaned ( Gui gui ) #
Constructor. Creates a new vertical box, which children can be resized.Arguments
- Gui gui - GUI, to which the new container will belong.
Last update:
2020-04-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)