Re: Double click signal
- From: Jonathon Jongsma <jonathon quotidian org>
- To: gtkmm-list gnome org
- Subject: Re: Double click signal
- Date: Mon, 29 Oct 2007 19:23:12 -0500
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]