def __init__(self, *args, **kwargs):
Gtk.ListBoxRow.__init__(self, *args, **kwargs)
self.filter_name = self.get_property('filter-name')
self.filter_label = self.do_filter_label()
self.connect('realize', self.on_filter_name_updated)
self.connect('notify::filter_name', self.on_filter_name_updated)
self.show()
评论列表
文章目录