Re: [gtk-list] Connected event handlers
- From: Brett Kosinski <brettk talisman dyn ml org>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Connected event handlers
- Date: Mon, 5 Jul 1999 12:02:50 -0600 (MDT)
> 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]