Re: [pygtk] Can't get key-press-events..

2003-08-28 Thread James Henstridge
On 27/08/2003 6:58 AM, alejandro david weil wrote: Hi. I'm using python-gtk21.99.17-3 on debian. The problem is that i can't get keypress events, and, i'm getting the button-press-events in right way. I'm tryng to get them, on a subclass of gtk.DrawingArea. The code is this:

[pygtk] Can't get key-press events..

2003-08-28 Thread alejandro david weil
Well.. main window seems to get the events.. so it should be some focus-related issue, i mean, i only have that widget, but never setup the focus.. so .. that should be.. david -- + There is no dark side of the moon really. Matter of fact it's all dark. ___

[pygtk] Can't get key-press-events..

2003-08-28 Thread alejandro david weil
Hi. I'm using python-gtk21.99.17-3 on debian. The problem is that i can't get keypress events, and, i'm getting the button-press-events in right way. I'm tryng to get them, on a subclass of gtk.DrawingArea. The code is this: self.connect("expose-event", self.area_expose_cb)