0

How do I create a bitmap button with attached text label in wxpyython. I have not come across any such generic buttons till now. I believe I will have to create one myself. How do I do it?

Thanks in advance

Swayam S.
  • 75
  • 1
  • 9

1 Answers1

2

Look at the wx.lib.buttons module for various flavors of generic buttons.

Also, in the 2.9 release series the stock button class (wx.Button) can have a bitmap + text label.

RobinDunn
  • 6,116
  • 1
  • 15
  • 14