GtkCList and Return Key Action...



I would like to make the Return key perform the same
action as a mouse double-click in GtkCList.

The GtkCList signal function, select_row() contains
a GdkEventButton argument but not a GdkEventKey argument.

I can use the GtkWidget signal function, key_press_event(),
to capture the Return key, but I can't figure out how to
get the row # that was acted upon.

Is this possible or am I out-of-luck?

Thanks.




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