restricting data entry (filters?)

2004-02-02 Thread Carl B. Constantine
I posted a note a while back about adding an input filter to a GtkEntry widget. I recieved a couple of responces, but I don't think they are what I need. I want the user to only be able to type numbers in a GtkEntry field. I don't want to have to check the value after the fact. One person came up

Re: restricting data entry (filters?)

2004-02-02 Thread Russell Shaw
Carl B. Constantine wrote: I posted a note a while back about adding an input filter to a GtkEntry widget. I recieved a couple of responces, but I don't think they are what I need. I want the user to only be able to type numbers in a GtkEntry field. I don't want to have to check the value after

Re: restricting data entry (filters?)

2004-02-02 Thread Vincent Torri
Carl B. Constantine wrote: I posted a note a while back about adding an input filter to a GtkEntry widget. I recieved a couple of responces, but I don't think they are what I need. I want the user to only be able to type numbers in a GtkEntry field. I don't want to have to check the