>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

Reply via email to