Re: Double click signal



On Mon, 2007-10-29 at 21:40 -0200, Arthur Maciel wrote:
> 
> Hi.
> 
> Does exist a "double_clicked" signal? I want to set it for many
> widgets as possible.
> 
> Thanks.
> Arthur

you can connect to signal_button_press_event(), and then check if
event->type is GDK_2BUTTON_PRESS

see
http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventButton



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