Button vs. BitmapButton

Hello list,

I’m new to wxpython and was wondering if there is a
way to achieve the 3d/rounded look of the wx.Button from a wx.BitmapButton

If you look at the wxpython demo you can see what I’m
talking about…

Under Custom Controls> GenericButtons

If you look at the top two buttons they have a nice
3d/rounded look…

And if you look at all the ones that have a bitmap, They
look like the old style of buttons…

I would like to get a bitmap button with a nice rounded
look… is it possible…?

Any help would be great - Keith