Class rtk.HBox

Class Hierarchy

A box container where children are arranged horizontally in columns.

API documentation

See the base class rtk.Box for documentation on the HBox interface.

box = rtk.HBox{spacing=5, bpadding=10}
box:add(rtk.Text{"Name:"}, {valign='center'})
box:add(rtk.Entry())
See also rtk.VBox