Unigine.WidgetVPaned Class
Inherits from: | 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.
int FirstSize#
The size of the first child.
int Fixed#
The number of the child with the fixed size.
int Value#
The value specifying how child widgets will be resized.
Members
WidgetVPaned ( Gui gui ) #
Constructor. Creates a new vertical box with an ability to resize its children and adds it to the specified GUI.Arguments
WidgetVPaned ( ) #
Constructor. Creates a new vertical box with an ability to resize its children and adds it to the Engine GUI.Last update:
2022-09-26
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)