Re: tkinter absorb chars

2005-03-03 Thread phil
Jeff Epler wrote: On Wed, Mar 02, 2005 at 04:58:03PM -0600, phil wrote: Sorry for the repost, but moderator jeld the last one, We saw both posts. In a Tkinter entry field (or Pmw entry) how could I eat charactres? create a binding on the widget for the particular character you want to treat specia

Re: tkinter absorb chars

2005-03-03 Thread Jeff Epler
On Wed, Mar 02, 2005 at 04:58:03PM -0600, phil wrote: > Sorry for the repost, but moderator > jeld the last one, We saw both posts. > In a Tkinter entry field (or Pmw entry) > how could I eat charactres? create a binding on the widget for the particular character you want to treat specially. If