Re: [pygtk] - Callback problem]

2007-11-20 Thread Brice VISSIERE
Christian Robottom Reis wrote: Are any warnings printed? AFAICT you just need to prefix the function name with the imported module as in: Here are the warnings printed when i close the window Traceback (most recent call last): File "/usr/lib/python2.0/site-packages/gtk.py", line 125, in __

[pygtk] Signal Blocking

2007-11-20 Thread Shandy Brown
I'm trying to write a clock widget. I want it to look nice and to behave in a friendly manner. * It should show colons between the hours, minutes, and seconds * typing the time should "skip" over the colons I've tried to implement this by 5 sequential text entry widgets, each without a frame so

re[pygtk] move item from gtk.Table

2007-11-20 Thread awalter1
Hello, I' m using a gtk.Table within a scrolled window. The contents of the table depends on the choice of the user. Then I need to replace the contents of the table according to a new user's selection. I know how to add element (method attach) to a table, but how to remove one ? A solution shoul