add empty-window.py
This commit is contained in:
commit
84a1e9bab0
11
empty-window.py
Executable file
11
empty-window.py
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import gi
|
||||||
|
gi.require_version("Gtk", "3.0")
|
||||||
|
from gi.repository import Gtk
|
||||||
|
|
||||||
|
window = Gtk.Window()
|
||||||
|
window.connect("delete-event", Gtk.main_quit)
|
||||||
|
window.show_all()
|
||||||
|
|
||||||
|
Gtk.main()
|
Loading…
x
Reference in New Issue
Block a user