pygtk
Communicate with parent's children
I\'m trying to write a GUI with the following structure (only relevant parts): Window -> VBox -> HBox -> Frame: Input[详细]
2023-04-12 18:49 分类:问答How can I display text on a StatusIcon instead of setting an icon?
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[详细]
2023-04-12 11:23 分类:问答pygtk console output for debugging
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[详细]
2023-04-12 10:39 分类:问答PyGTK: CellRendererPixbuf and transparency
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[详细]
2023-04-11 23:10 分类:问答How to get the control over the selection in a gtk.IconView?
I want to change the opacity or color of a gtk.IconView select box (I want actually to make the selection more visible).[详细]
2023-04-11 11:41 分类:问答Simulate mouse/keyboard events (gtk + HOOPS 3D)
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[详细]
2023-04-11 10:34 分类:问答Future Development in Python 2.4
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[详细]
2023-04-11 08:11 分类:问答PyGtk CellRendererProgress start/end positions
Is there any way to fill a gtk.CellRendererProgress indicating the start and end positions? Not just the end.[详细]
2023-04-11 07:41 分类:问答trying to get fullscreen window with PyGTK on Ubuntu Natty
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[详细]
2023-04-10 03:34 分类:问答How to load PyGTK documentation in Eclipse PyDev Plugin in auto-completion?
In Eclipse PyDev plugin, all document of default library of python will be load, but document of pygtk doesn\'t load in Eclipse.[详细]
2023-04-09 15:38 分类:问答