def bVBox(pack_into, expand=True, fill=True, padding=0): b = Gtk.VBox(False, 0) pack_into.pack_start(b, expand, fill, padding) return b