64
64
vbox = gtk.VBox(spacing=0)
67
69
vbox.pack_start(self.construct_menubar(), expand=False, fill=True)
68
70
vbox.pack_start(self.construct_navigation(), expand=False, fill=True)
69
71
vbox.pack_start(self.construct_loading_msg(), expand=False, fill=True)
73
75
paned.pack2(self.construct_bottom(), resize=False, shrink=True)
75
77
vbox.pack_start(paned, expand=True, fill=True)