GLXCurses.VBox module¶
-
class
GLXCurses.VBox.VBox[source]¶ Bases:
GLXCurses.Box.Box,GLXCurses.libs.Dividable.Dividable-
new(homogeneous=True, spacing=None)[source]¶ Creates a new GLXCurses
VBoxParameters: - homogeneous (bool) – True if all children are to be given equal space allotments.
- spacing (int) – The number of characters to place by default between children.
Returns: a new
VBox.Raises: - TypeError – if
homogeneousis not bool type - TypeError – if
spacingis not int type or None
-