Re: [gtk-list] Connected event handlers



> 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.



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