Re: [gtk-list] Re: Connected event handlers
- From: Geert Bevin <gbevin thunderstorms org>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: Connected event handlers
- Date: Mon, 05 Jul 1999 20:15:54 +0200
I tried to do that but it didn't work until I noticed that the left and
right cursor keys were set up as bindings in the source. I thus removed
the bindings and now it works as I want :-).
Thanks for the suggestion,
Geert.
Brett Kosinski wrote:
>
> > I'm wondering if it is possible to easily list all the event handlers
> > that are connected to all the objects in a gtk application. I need to
> > deconnect some default event handlers and I can't seem to find them. I
> > embed a CTree in a ScrollableWindow and it should not move to the right
> > or left when those cursor keys are pressed.
>
> Have you considered connecting to the key_press_event and doing a
> signal_emit_stop_by_name on the clist widget if the keys pressed are the
> left or right keys?
>
> Brett.
>
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]