Re: when are "delete_event" and "motion_notify_event" called?

2004-07-27 Thread Sven Neumann
Hi, "Matt Strange" <[EMAIL PROTECTED]> writes: > I am a gtk newbie working on a widget which consists of 16 toggle > buttons in an hbox. I have sucessfully stopped the emission of > the "event" and button_press/release signals on the toggle buttons > and set up a callback to these event

when are "delete_event" and "motion_notify_event" called?

2004-07-26 Thread Matt Strange
Hello All, I am a gtk newbie working on a widget which consists of 16 toggle buttons in an hbox. I have sucessfully stopped the emission of the "event" and button_press/release signals on the toggle buttons and set up a callback to these events which returns FALSE. This passes the signals to