Re: How to catch a 'click and hold' event.



>Is it possible to capture a 'click and hold' type mouse event in gtk ?
>and if so how's it done ?

use button_press_event and button_release_event. some widgets don't
receive button_release_event, however, so take care.

--p



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