import time import threading from gi.repository import Gtk, Gdk, GObject window = None def main(): GObject.threads_init() Gdk.threads_init() # Build GUI: ...
確定! 回上一頁