Hi,
Is there a class of controls in wxpython that allows an image button
no matter what the shape is where the bitmap loaded is the actual
button?
Meaning by that, i do not want a generic/native square or round button
drawn with the bitmap drawn on it, i just want to load a bitmap and
have it be the button. Clicking on the bitmap would send a wx.Button
evt or radio evt etc...
If not, can it be done by subclassing any of the existing controls
classes or window class? Which one would be best to start from?
Finally does wx.Bitmap support alpha/transparency? I always seem to
lose the transparency of the background going from a wx.Image to a
wx.Bitmap.
I am not sure if i am losing transparency or if i am just seeing the
background native/generic button underneath it. It might be the
latter.
Any help here would be greatly appreciated,
Thank you
VC