drawing a popup

Greg H gregh7 at gmail.com
Fri Feb 1 21:32:53 PST 2008


I'm having some trouble drawing a popup box over a panel that has many
different widgets in it. Right now I'm just using BufferedDC and
DrawRectangle to draw the popup box at the position of the mouse whenever it
is clicked. However, instead of it being drawn over all of the widgets in
the panel it's drawn under them. Is there a way that I can draw it so that
it will be displayed over the widgets instead of under them? Or is there
something else I can use to implement a popup box (other than drawing it
myself using a DC)?

Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200802=
02/84e603b9/attachment.htm


More information about the wxpython-users mailing list