rtk.HBox
¶
A box container where children are arranged horizontally in columns.
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())