Leonardo Zide, dans le message (.gtk.general:2959), a écrit :
>   Also, the program that I'm writing is a conversion of a Win32 program
> and sometimes I need to know if the Alt key is pressed. What's the best
> way to do that ?

The recommended way, under X-Window, to test keys like Alt or Meta, is to
look which keysym is connected to the modifiers mod1...mod5, and to find
the good one. Alas, Gdk doesn't do this itself.

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to