hb = Gtk.HeaderBar() # TitleBarhb.set_show_close_button(True)hb.props.title = "ChaineR"self.set_titlebar(hb)
hb.add(self.name_combo)