Skip to content

Instantly share code, notes, and snippets.

@kendellfab
Created September 25, 2013 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendellfab/6706748 to your computer and use it in GitHub Desktop.
Save kendellfab/6706748 to your computer and use it in GitHub Desktop.
from gi.repository import Gtk
builder = Gtk.Builder()
builder.add_from_file("/home/kendell/Desktop/gui.glade")
window = builder.get_object("window1")
window.show_all()
Gtk.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment