.. Automatically generated file - do not modify.

.. function:: Fixed(*args, **properties)
    
    A box that fills the screen. Its members are laid out
    from back to front, with their position properties
    controlling their position.

.. function:: HBox(*args, **properties)
    
    A box that lays out its members from left to right.

.. function:: VBox(*args, **properties)
    
    A layout that lays out its members from top to bottom.

