Re: [gtk-list] Re: Connected event handlers



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]