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

Description

API for all of the layout types.

Associated Types

Constants

Functions

BoxLayout createBoxLayout (Direction dir, [Widget parent])

  • Create a new layout with the specified direction.

HBoxLayout createHBoxLayout ([Widget parent])

VBoxLayout createVBoxLayout ([Widget parent])

FormLayout createFormLayout ([Widget parent])

GridLayout createGridLayout ([Widget parent])

Clone this wiki locally