> 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
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list