def bHBox(pack_into, expand=True, fill=True, padding=0): b = Gtk.HBox(False, 0) b.show() pack_into.pack_start(b, expand, fill, padding) return b