How do I make a wx.BitmapButton outside transparent or use my png's alpha?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Schneider

    How do I make a wx.BitmapButton outside transparent or use my png's alpha?

    Hello!
    I have been working with boa constructor and python and understand some of the basics. I confused on how to make my buttons transparent using the wx.Bitmapbutton controls. Perferably provide an example code for wx.Bitmapbutton s since i already know how to use their other features.

    I'm learning pygame atm and figured out how to make transparent images using the same png files that i tried to use with the wx.bitmapbutton s. This tells me its not my images but how the wx.bitmapbutton handles them.. Is there any way around that?

    Thanks in advance, I plan on using this information to make some buttons float over background. Custom buttons that are not square... lol
    Sincerely,
    Jon
Working...