key release event

2002-11-26 Thread Marco Lettere
I' m creating a fullscreen popup on which I render an opengl screen. This popup is created upon a button press on the main application window which is a toplevel. I'm trying to catch keyboard strokes on the popup connetting to the signals "key-pressed" and "key-released" and I also grab the focus

Re: key release event

2002-11-26 Thread Sven Neumann
Hi, Marco Lettere <[EMAIL PROTECTED]> writes: > I' m creating a fullscreen popup on which I render an opengl screen. This > popup is created upon a button press on the main application window which > is a toplevel. > I'm trying to catch keyboard strokes on the popup connetting to the > signals "

Re: key release event

2002-11-27 Thread Marco Lettere
On 26 Nov 2002, Sven Neumann wrote: yes. in effect it works fine for a window being a TOPLEVEL but it stops working for my POPUP. what's the difference between a toplevel and a popup regarding key-release events? M. > Hi, > > Marco Lettere <[EMAIL PROTECTED]> writes: > > > I' m creating a fulls

Problem with key-release-event

2003-06-04 Thread Peter Krueger
Hi! I'm using GTK 1.2 on linux and have a litle problem with key-release-events. As long as the mouse pointer stays over the widget everything works fine. But when I move the mouse away I no longer get key-release-events while key-press-events still arrive. This occurs for example when I move the m

Re: Problem with key-release-event

2003-06-05 Thread Owen Taylor
On Wed, 2003-06-04 at 05:16, Peter Krueger wrote: > Hi! > I'm using GTK 1.2 on linux and have a litle problem with > key-release-events. As long as the mouse pointer stays over the widget > everything works fine. But when I move the mouse away I no longer get > key-release-events while key-press-ev