I am using PyGTK to build a GUI application. I want to update the textview widget 开发者_StackOverflow中文版from another thread but the widget is not getting updated everytime i try an update. What sh
I have a presentation program, and I have a vertical list with slides. I was wanting to put a horizontal list for re-ordering, and easy movement between slides.
I\'m currently writing a screen capture app for Windows and Linux using PyGTK, and I\'ve hit a slight problem with displaying notifications. On Linux, I\'ve been using the libnotify bindings to provid
I am looking fo开发者_C百科r a way to lock the window. I found window.set_resizable(False), but that resizes the window to its requested size and then locks it. I would like to be able to resize my wi
Is it possible to create new signal开发者_开发问答s in Python GTK+ ? I\'d like a skeleton code example, please.An excerpt:
I am trying to develop a GNOME applet (put into panel) using python (pyGTK). I\'ve started by following the tutorial suggested in other SO question.
I\'m trying to show the \"selection\" of a certain sub-string 开发者_运维技巧in a gtk.TextView by drawing a border around the word. The only way to mark
I\'m using a GtkSheet widget in PyGTK to power my application\'s spreadsheet, and it gives me an API to pull and push data out of cells. (I looked at using GtkTreeView, but it seemed to be too much wo
I\'m having an issue with PyGTK and GTK Builder windows. Here\'s a simplified version of my code. class GUI:
Python have been really bumpy for me, because the last time I created a GUI client, the client seems to hang when spawning a process, calling a shell script, and calling outside application.