From: Jarek Dukat <[EMAIL PROTECTED]>
>
> I have a handler for GtkTreeView's row_activated and I'd like to check
> there if at the moment of signal emision any modifier key (I'm mostly
> interested in shift and mod1 keys) is pressed. Is there any gtk function
> that returns current state of these keys at any moment?
> I use Gtk+ 2.0.5.

You should be able to extract this information using
gdk_window_get_pointer().

Ron Steinke
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to