Re: [pygtk] Verifying Entry inputs

2005-02-27 Thread Gustavo J. A. M. Carneiro
On Sat, 2005-02-26 at 08:43 -0300, Christian Reis wrote: >On Fri, Feb 25, 2005 at 11:08:00AM +, Gustavo J. A. M. Carneiro wrote: >> My solution, although also not perfect, was to place a small >> gtk.STOCK_DIALOG_WARNING icon inside the entry, and toggle between >> making it insensitive (=val

Re: [pygtk] Threading on win32

2005-02-27 Thread Tim Evans
Hugo Hallqvist wrote: Hello everyone, I've recently had reason to investigate how to do asynchronous notification from worker-threads to a main-thread (which handles all gtk related function calls). After searching the web and mailing-lists for pygtk for examples on this topic I found out about the

[pygtk] ANNOUNCE: GnomePython 2.9.5 (unstable)

2005-02-27 Thread Gustavo J. A. M. Carneiro
GnomePython 2.9.5 has been just released. This is a unstable release for your testing pleasure. It should be the final unstable release before 2.10.0, so please test it well! GnomePython provides python interfacing modules for most of the GNOME Developer Platform libraries (except those alre

Re: [pygtk] Verifying Entry inputs

2005-02-27 Thread Hans-Joachim Widmaier
Rafael Villar Burke: > As you seem to know well the Tkinter API for doing this, maybe it's > interesting to try to mimic it in pygtk... would you date to give a try > to that on top of the PixEntryCompletion work?. Not that well, sorry. It's a few years I did it, and all I remember is that it wa