Discussion:
wxCheckBox with wxBitmap instead of Label
Mahmoud Eltahawy
2014-04-24 21:29:40 UTC
Permalink
Hi,
I am working with wxGTK3.0.0, and I would like to create wxCheckBox with
Bitmap rather than Label?
Can you please help?

Thanks
Mahmoud
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-04-25 10:30:41 UTC
Permalink
On Thu, 24 Apr 2014 14:29:40 -0700 (PDT) Mahmoud Eltahawy wrote:

ME> I am working with wxGTK3.0.0, and I would like to create wxCheckBox with
ME> Bitmap rather than Label?

The closest thing you can get to this is wxToggleButton.

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...