TermTk.TTkLayouts

Contents

TermTk.TTkLayouts🌶️

Layouts🌶️

_images/Layout.HLD.001.svg

Info and examples are available in the Tutorial

Classes

TTkGridLayout(*[, columnMinWidth, rowMinHeight])

The grid layout allows an automatic place all the widgets in a grid, <br/> the empty rows/cols are resized to the "rowMinHeight,columnMinWidth" parameters

TTkHBoxLayout(*[, columnMinWidth, rowMinHeight])

The TTkHBoxLayout class lines up widgets horizontally

TTkLayout(**kwargs)

TTkLayoutItem(*[, x, y, z, pos, width, ...])

TTkLayoutItem is the base class of layout Items inherited by TTkLayout, TTkWidgetItem, and all the derived layout managers.

TTkVBoxLayout(*[, columnMinWidth, rowMinHeight])

The TTkVBoxLayout class lines up widgets vertically