when my program receiving new file file is copied fine but progress bar is not moving... if possible please suggest me a better algo.. Thanks
I\'m trying to create a rather unusual program that needs video to play smoothly from one clip to the next, without blinking. At this point, at the end of the stream, I change the path to the next cli
I\'m triying to put dinamically several gtk.Expander inside a gtk.VBox and have a custom widget-label with a gtk.HBox with a gtk.Label and a gtk.Button/gtk.Image inside it to have a delete button, som
I have a GtkFrame开发者_Go百科 containing a set of GtkEntries. I want to hide this GtkFrame when the focus is removed from the GtkFrame.
I\'m drawing an interface for a pygtk application using glade, and I\'ve made an about dialog. I\'m having trouble with the close button in the about dialog. The close button in the credits operates a
I have this code for monitoring a webcam with python and pygtk. The question is, how I take a snapshot with this code?:
My python code uses GTK for some GUI and now i need to run some of it on OSX (10.6 Snow Leopard and 10.7 Lion). Unfortunately, unofficial pyGTK build crashes on window GTK windows resize, so i decided
I have a custom GenericTreeModel, that works just fine. Now I want the user to be able to rearrange the nodes using drag and drop, so I move a node to its new parent in the data model.
Having the following base code for walking a开发者_StackOverflow中文版 directory I would like to fill a GtkTreeView with the directory and files information to the user:
I want the user to be able to type only a float (that is, numbers from 0 to 9 and the decimal point shoul开发者_Python百科d show, other characters should not). How can I do that ?