>  We are displaying widgets (containing GL windows) on "top" of each
>other in our application.  We can drag the widgets around on a
>"canvas".  Needless to say, when one widget is dragged over another,
>it obscures the former widget.  It appears that the widgets are
>rendered in the order that they are created/mapped.  My question is,
>how can I change this order?  Ie, I would like to be able to toggle
>which widget is on top.  Any help would be greatly appreciated.

use the GnomeCanvas, which has z-order stacking. its not so cool for
widgets as it it for native canvas items, but it will work.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to