문제

I have a wx.panel and I want to put a translucid rectangle on a part of it.

How can I do that using wxpython?

도움이 되었습니까?

해결책

You can do this using a wx.GraphicsContext, and there's a good example in the wxPython demo (located in the Miscellaneous category).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top