BoxLayout.this

Construct a box layout which packs widgets in the given Orientation

class BoxLayout
this

Parameters

orientation Orientation

The Orientation this BoxLayout expands along

alignment Alignment

Widget alignment perpendicular to the chosen orientation

margin int

Margin around the layout container

spacing int

Extra spacing placed between widgets

Meta