I\'m trying to write a GUI with the following structure (only relevant parts): Window -> VBox -> HBox -> Frame: Input
I\'m a beginner developer in Gtk and also in Pyt开发者_运维问答hon. I\'m trying to create a gtk.StatusIcon displaying a text string in place of a icon. How can I accomplish this with PixBuf, or any ot
I have this problem. I\'m creating an editor and I need console output(sys.stderr and sys.stdout) outputted to a textview. The problem is that when I start the console, it waits for it to quit, but I
I\'m using PyGTK and I want to draw something inside a CellRenderer, so I\'m using a CellRendererPixbuff, and it\'s working. The only problem is that if that drawing has transparency, the output will
I want to change the opacity or color of a gtk.IconView select box (I want actually to make the selection more visible).
how can I simulate mouse/keyboard events in gtk/gdk? I have a window widget containing HOOPS 3D widget and need to simulate mouse clicking on various parts of the window, along with simulating keyboar
I\'m starting a new python project at work that is targeted primarily at RHEL5 machines that may be upgraded to RHEL6 in couple years.Given that python 2.4 is standard on RHEL5 and the system admins w
Is there any way to fill a gtk.CellRendererProgress indicating the start and end positions? Not just the end.
I have been looking around but was unable to find and answer to the following question: I am using PyGTK and PyGTKGLEXT to write an application that should have a fullscreen window with OpenGL capabi
In Eclipse PyDev plugin, all document of default library of python will be load, but document of pygtk doesn\'t load in Eclipse.