>This should all be documented in the appropiate header files.
agreed. and don't forget:
if (event->type == GDK_BUTTON_PRESS) {
} else if (event->type == GDK_2BUTTON_PRESS) {
} else if (event->type == GDK_3BUTTON_PRESS) {
}
to handle double and triple clicks.
--p
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- how do I handle right-click on menu_items Kervin Pierre
- Re: how do I handle right-click on menu_items Florent. Devin
- Re: how do I handle right-click on menu_items JParker
- Paul Barton-Davis
