def __init__(self, express, selector, location_box):
Gtk.ComboBoxText.__init__(self)
self.connect("changed", self.country_change)
self.express = express
self.selector = selector
self.location_box = location_box
self.update()
评论列表
文章目录