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 VBox

Parameters:
  • 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 homogeneous is not bool type
  • TypeError – if spacing is not int type or None
draw_widget_in_area()[source]

Be here for be overwrite by every widget

update_preferred_sizes()[source]