pygtk
Periodically call a function in pygtk's main loop
What\'s the pygtk equivalent for after method in tkinter? I wan开发者_JAVA百科t to periodically call a function in the main loop.[详细]
2023-04-02 07:29 分类:问答How to install PyGI (Python Gobject Introspection) on Windows?
Installing the python interpreter: http://python.org/ftp/python/2.7.2/python-2.7.2.msi and: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.7.msi[详细]
2023-04-01 03:43 分类:问答Pango Markup on Expander Label
I have a project in Python 2.7 and PyGTK 2.24. I have the following code in my project: expTSet = gtk.Ex开发者_运维知识库pander()[详细]
2023-03-31 17:14 分类:问答Pygtk TextView setting cursor at the beginning
I have a gtk.TextView() and every time the user puts text in it and hit return I want to print the text in the terminal and erase everything in the text area and so, put the cursor at the beginning of[详细]
2023-03-31 15:32 分类:问答Determining the height of a TreeView Row
I want to set the height of a treeview widget to accommodate N rows, in order to do that I need to identify a single row height.[详细]
2023-03-31 13:09 分类:问答What's the recommended way to unittest Python GUI applications?
I\'m currently foolish enough to try to maintaintain two parallel code bases for a Python desktop application, one using PyGObject introspection for GTK 3 and one using PyGTK for GTK 2. I work mainly[详细]
2023-03-31 04:56 分类:问答python aboutdialog space between program name/version and logo
please how can i set space between program name/version and logo in this code? I am using pygtk. thanks[详细]
2023-03-30 07:21 分类:问答Find the cursor position on a GtkSourceView window
I want to display a popup window with an auto-complete combo, how do I identify the current cursor scr开发者_JAVA百科een position to setup the auto-complete popup window ?Found the solution looking in[详细]
2023-03-29 21:02 分类:问答pygtk change background color of gtkHBox widget
I have a GTK ui that has a gtkVBox that gets gtkHbox\'s containing content dynamically added to it as the user works.[详细]
2023-03-29 15:23 分类:问答Python Webkit GTK injecting special keys event
I am trying to dispatch (inject) a GTK keyboard event to some window, in specific the window with a webkit webview inside of it. Problem that I have is with special keys like Backspace, Up, Down etc.[详细]
2023-03-28 08:16 分类:问答