Re: [pygtk] progress bar

2003-10-04 Thread Malcolm Tredinnick
On Sat, 2003-10-04 at 23:15, Liquid wrote: > Hi all, > > I really can't understand how to start the progress bar when I press a button. > Put the bar is really easy, but after a lot of tentatives I couldn't find the > way to start the bar. > > Here I put the prograss bar in the window and it wor

[pygtk] progress bar

2003-10-04 Thread Liquid
Hi all, I really can't understand how to start the progress bar when I press a button. Put the bar is really easy, but after a lot of tentatives I couldn't find the way to start the bar. Here I put the prograss bar in the window and it work fine progressbar = gtk.ProgressBar(adj

[pygtk] Py_Shell.py

2003-10-04 Thread Pier Carteri
Hi to all, I'm sending a file with my version of a Python console inside a gtk Gui. Features: -autocompletation using a nice popup window (Ctrl-space) -possibility to save session (command only or command+output) This code is strongly inspired by Johan Dahlin for console.py Jon A