def __init__(self, window):
self.window = window
Gtk.ListStore.__init__(self, str, str, str, bool, bool)
self.regex = re.compile("^Boot([0-9A-F]+)(\*)? (.+)\t(?:.+File\((.+)\))?.*$")
self.refresh()
文章目录