gtk3test.py (137B)
- #!/usr/bin/python
- from gi.repository import Gtk
- win = Gtk.Window()
- win.connect("delete-event", Gtk.main_quit)
- win.show_all()
- Gtk.main()
git clone https://anongit.hacktivis.me/git/scripts.git/
gtk3test.py (137B)
- #!/usr/bin/python
- from gi.repository import Gtk
- win = Gtk.Window()
- win.connect("delete-event", Gtk.main_quit)
- win.show_all()
- Gtk.main()