pygtk
pygtk i18n problem---pygtk builtin widgets
I am using pygtk and glade to build apps and I have a problem here. I used some gtk-builtin widgets in my app. And I don\'t know how to lo开发者_如何转开发calize some label texts. For example[详细]
2023-03-14 16:06 分类:问答PyGTK "assertion GTK_IS_WINDOW failed
I\'m trying to build a web browser using PyGTK and PyWebKit However, I\'m pretty sure my question only concerns PyGTK[详细]
2023-03-14 15:55 分类:问答How to use my own locale for pyGTK?
I\'m writing a soft using pyGTK. I\'d like to know how to force pyGTK to use my own *.mo files for GTK.[详细]
2023-03-13 23:42 分类:问答CheckMenuItem problem in pygtk trayicon program
I have the following python (pygtk)开发者_开发技巧 program. When I move the mouse over the menu displayed, if clicked on the item in the tray the check boxes become checked and immediately unchecked a[详细]
2023-03-13 20:42 分类:问答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:[详细]
2023-03-13 17:57 分类:问答How to Specify URI to a local File in PyGtk LinkButton
I need to create a link button (gtk.LinkButton) with an URI to a local file. Does anyone know what is a valid URI format for a local file ? I want to specify a relative folder example: ../some_folder/[详细]
2023-03-13 16:40 分类:问答How do I draw a colorbar in a gtk/glade window embedded matplotlib figure?
I am currently working on a gtk/python front-end to a simulation tool.I\'ve got everything working as planned, with one exception- I can\'t figure out how to draw the colorbar associated with the plot[详细]
2023-03-13 16:35 分类:问答PyGTK Glade File Manager
I am trying to make a file manager in python that looks like GNOME default file manager开发者_Python百科 (nautilus) Because I am developing a FilePane plugin for a python written text editor. I don\'t[详细]
2023-03-12 22:21 分类:问答python: comparing attributes values in form before and after submit
I fill a form fields (in pygtk) from a class instance that contains its attributes with their values.[详细]
2023-03-12 11:54 分类:问答Handling multiple windows in PyGTK/GtkBuilder
How can I store multiple different windows/dialogs in a single GtkBuilder file and then load these windows in different classes (each class corresponding to a different window)? For instance, currentl[详细]
2023-03-11 01:51 分类:问答