Have a button with a image AND text?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
flag
In need of some credit
In need of some credit
Posts: 6
Joined: Tue Feb 20, 2007 7:07 pm

Have a button with a image AND text?

Post by flag »

Hello

Is it possible, to have a button with a image AND text?

Code: Select all

+---------+
| +-----+ |
| | :-) | |  < image
| +-----+ |
|  Smiley | < text
+---------+
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

Try a "search" on this forum. This has already been asked several times.

The answer is:
There are controls for this, overall on wxCode.
Post Reply