Christian Reis wrote:
>
>
> Okay. Anybody know precisely which widgets lack X windows?
>
Alignment
AspectFrame
Arrow
Bin
Hbox
VBox
Frame
Image
Label
Pixmap
ScrolledWindow
HSeparator
VSeparator
Table
>
> In theory, you could check which events a widget receives by default with
> get_events() - note that it is a bitmap and you would have to decode
> it according to the GTK.py _MASK constants. However, this seems to
> return 0 for any newly-realized widget. Why?
>
>
get_events() reports the same for me though if I set an event mask
get_events() reports it. I also notice that windows seem to ignore the
event masks i.e. they get button press and release events without doing
a set_events() or add_events().
John
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/