Containers: Example

win = gtk.Window()
win.add(gtk.Button("Ok")
win.show_all()
gtk.main()