Re: GtkEntry and Gtk2.0

2002-03-26 Thread Nick Soffe
Hi, Thanks very much for the rapid response. Yes that was it. I had returned FALSE for the main callback but forgot my "fallthrough" function which was there to ignore unwanted events. This was returning TRUE and causing the problem. Program now fully ported! Thanks once again for the help. Nick

Re: GtkEntry and Gtk2.0

2002-03-25 Thread Havoc Pennington
Nick Soffe <[EMAIL PROTECTED]> writes: > I'm trying to port one of my programs from Gtk1.2 to Gtk2.0 (nearly > successfully) but have encountered one problem. I have a routine which > counts mouse motion events to adjust numbers in a GtkEntry box. This > enables an user to have fine control over

GtkEntry and Gtk2.0

2002-03-25 Thread Nick Soffe
Hi, I'm trying to port one of my programs from Gtk1.2 to Gtk2.0 (nearly successfully) but have encountered one problem. I have a routine which counts mouse motion events to adjust numbers in a GtkEntry box. This enables an user to have fine control over a parameter which can also be entered manual