Re: GnomeIconList



>  I am having trouble connecting GnomeIconList (specifically its icons)
>  to a double click event. I can connect to a select event, but that's
>  it. 

The "select_icon" signal passes an event argument to your handler, so
you just need to see if the event is not NULL and that the event->type
is GDK_2BUTTON_PRESS.

  Federico



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