====================
VBoxLayout (hwx.gui)
====================

Layout widgets vertically.

Inherits:
  - :ref:`BoxLayout (hwx.gui)`

--------------
Public Methods
--------------

  +-------------------------------+
  | addChildren_ (self, children) |
  +-------------------------------+
  | setProperties_ (self, kwds)   |
  +-------------------------------+

--------------
Method Details
--------------

.. _addChildren:
.. method:: addChildren(self, children)

Adds the specified children in the BoxLayout.

:param children: The items to be added.
:type children: list[Widget]


.. _setProperties:
.. method:: setProperties(self, kwds)

Internal method called from constructors.