Newbie : Round shaped button for wxPython

Chris S. chrisks at NOSPAM.udel.edu
Sat Sep 18 20:07:25 EDT 2004


Oh Kyu Yoon wrote:
> How do you make a round shaped button in wxPython?
> Thanks.

I believe all of wx's default buttons are rectangular, but you could 
emulate a circular button by using a bitmap of a round shape with a 
transparent background. Read about bitmapbutton in the the wx docs.



More information about the Python-list mailing list