Skip to content
ben-sangster edited this page Nov 4, 2010 · 2 revisions

Description

A vertical layout to order widgets which inherits from BoxLayout.

Signals

N/A

Functions

Inherits all functions from BoxLayout.

API

Found in "dmz/components/ui/layout"

Creation Function

VBoxLayout createVBoxLayout ([ Widget parent])

  • If parent is given, then the new box layout is set as a child of parent.
Clone this wiki locally