Make panel transparent with GTK on UBUNTU 12.04.

Hey

I have a problem making wx.Panel transparent in wxpython3.0 on GTK. For example I created a custom keyboard with a panel object, I want the background to be fully transparent.

See attached image.

Thanks

userlogin.jpg

Have you searched online for wxpython transparent? Lots of info out there:

http://www.wxpython.org/docs/api/wx.Window-class.html#SetTransparent

http://wiki.wxpython.org/Transparent%20Frames

ยทยทยท

On Friday, November 7, 2014 12:32:02 PM UTC-8, Kuo Li wrote:

Hey

I have a problem making wx.Panel transparent in wxpython3.0 on GTK. For example I created a custom keyboard with a panel object, I want the background to be fully transparent.