is it possible to prevent automatic redrawing of window? I want it t开发者_运维问答o redraw only when I issue queue_draw().
I am planning to write a visitors\' kiosk in python/GTK. The project will have two applications, the frontend for the kiosk and the backend for management linked to a MySQL DB.
here is code snippets: import gtk, webkit, os w = gtk.Window(开发者_运维技巧) w.set_title(\"Example Editor\")
Is it possible to change a class of a C object to a python subclass? I am using PyGTK, and I have a ListModel that I have wrapped my own class around, but I want to turn it into a TreeModelFilter. Th
Is there a way I can tell gtk to automatically call gtk.main_quit() when the last open window of the application is closed/destroyed?
Embedding Chaco into Qt and 开发者_运维技巧Wx seems to be no problem. Does anyone have an example or an idea how to embed Chaco into GTK?I use python with matplotlib.
I have a pygtk add which has a gtk.Button() which when pressed has to do a job of lets say 5 seconds. So, the thought of implementing the time-intensive function in the signal handler as a thread.
I need to have a custom timing for a component of my program (essentially i\'m counting turns, at the rate of around 20 turns per second). Each turn i need to p开发者_开发技巧rocess some information.
Is there a way to overlap (but not overwrite) two gtk.gdk.Pixbuf in a gtk.IconView ? For example, I\'ve a cell with this pixbuf image : http://www.pirates-caraibes.com/media/zone/AnimMer.gif
currently my os.w开发者_Go百科alk code list\'s all the files in all directories under the specified directory.