def __init__ (self):
"""
Interface initialisation
This function opens the window, calls back through the core, to
get the configuration, to load the initial interface.
The configuration tells the interface what to set up in the initial
startup.
"""
Gtk.Application.__init__(self,
application_id="org.ascension.ascension",
flags=Gio.ApplicationFlags.FLAGS_NONE)
self.connect("activate", self.on_activate)
评论列表
文章目录