Top "Pygtk" questions

PyGTK is the Python binding for the GTK+ widget library.

putting glade interface in python

I've made a gui in glade that I want to put in a python program. I was adapting the instructions …

python gtk pygtk glade
Stock Icons not shown on buttons

self.button = gtk.Button(stock=gtk.STOCK_DELETE) Only Shows: Delete

python gtk pygtk
refresh drawing area in gtk

I have a bunch of drawing areas (they are actually cairo surfaces, but I don't think it matters too much) …

gtk drawing refresh pygtk area
I'm completly confused with PyObject, PyGTK and GNOME 3 as well

I installed Fedora 15 to use Python3 and GObject to develop a desktop-application, because PyGTK looks outdated: PyGTK 2.24.0 released Friday 01 April 2011 …

python pygtk gnome pygobject
Write custom widget with GTK3

I am trying to find the simplest example of a custom widget being written for Gtk-3. So far the best …

widget gtk custom-controls pygtk
How to auto-scroll a gtk.scrolledwindow?

I have a treeview-widget inside a ScrolledWindow, which is populated during runtime. I want the ScrolledWindow to auto-scroll to the …

python gtk pygtk gtktreeview scrolledwindow
Periodically call a function in pygtk's main loop

What's the pygtk equivalent for after method in tkinter? I want to periodically call a function in the main loop. …

python pygtk
How to get list opened windows in PyGTK or GTK in Ubuntu?

How to get list opened windows in PyGTK or GTK or other programming language? in Ubuntu? edit: i want get …

python ubuntu gtk pygtk window-management
What are the advantages of PyQt over PyGTK and vice-versa?

I have an application whose GUI is to be remade for ergonomic reasons. It was written in PyGTK and I …

python user-interface pygtk pyqt4