Re: how do I handle right-click on menu_items



>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




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