Re: Need clarification about gtk_widget_set_events()



> Can anyone kindly clarify when to use gtk_widget_set_events()
> routine?

Essentially never.  Use gtk_widget_add_events() to add
events.  Removing default events typically breaks widgets so
you rarely need it (and even then it should suffice to
prevent the particular event handler from running by
handling the event yourself).

Thanks Yeti. That's all I wanted to know.

--DC

_________________________________________________________________
Don?t waste time standing in line?try shopping online. Visit Sympatico / MSN Shopping today! http://shopping.sympatico.msn.ca




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