Re: Newbie needs help: gtk_entry's stopped accepting key stroke entires



Hi!

On Wed, 2007-05-09 at 12:41 +0200, Sven Neumann wrote:
> Your code returns TRUE from the event handler. This stops signal
> emission and keeps other handlers from being invoked. Check the
> documentation of GtkWidget::key-press-event (or any other event signal
> handler).

... but could it be that in older versions of GTK the default handler
was being called first and it returned FALSE, whereas in newer versions,
the default handler is being called last and so, if an earlier handler
returns TRUE, the default handler never gets called ?



Gabriel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]