Re: Newbie needs help: gtk_entry's stopped accepting key stroke entires
- From: Gabriel Schulhof <nix go-nix ca>
- To: Sven Neumann <sven gimp org>
- Cc: crazyluke <ll agentmodeler org>, gtk-devel-list gnome org
- Subject: Re: Newbie needs help: gtk_entry's stopped accepting key stroke entires
- Date: Sat, 12 May 2007 11:00:45 +0300
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]