def init (self, config):
"""
Abstraction for command to open GUI. For Gtk+-3.0, this just maps to the
built in Gtk.Application.run () command. For other GUI libraries, this
will invoke the same. In this case, it triggers the activate hook.
"""
# Import config object into this object's namespace
self.config = config
self.run ()
评论列表
文章目录