Hello!

Suppose I have a gtk.Window containing a gtk.Fixed container which in
turn contains two other widgets. A few calls to
win.window.get_children() or fixed.window.get_children() reveal that the
while fixed is child widget of win, fixed.window is not a child window
of win.window. Dito for fixed's children.

Since I am experimenting with the XShape extension and gtk.gdk.Window's
set_child_shapes() and merge_child_shapes() methods, I need the tree
structure of the GTK Widgets to be reflected in the tree structure of
the corresponding GDK Windows. How can I achieve that? Is there a way to
tell a Widget that its GDK Window is supposed to be the child of another
Widget's Window?

Thanks for any ideas,
Felix

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to