I have a question with regard to word wrapping text on
a button. Sadly, because of the cusomters request they
require I put quite a bit of text on a button, I cant
reduce it so I kind of need this to work. How can I do
it?
If I am unable to word wrap, someone suggested using
bitmaps on the buttons with the text word wrapped in
another program, but I kinda want the buttons to be
dynamic.
I have a question with regard to word wrapping text on
a button. Sadly, because of the cusomters request they
require I put quite a bit of text on a button, I cant
reduce it so I kind of need this to work. How can I do
it?
If I am unable to word wrap, someone suggested using
bitmaps on the buttons with the text word wrapped in
another program, but I kinda want the buttons to be
dynamic.
You can still be dynamic when using a bitmap. Create the bitmap and a
wxMemoryDC, select the bitmap into the DC, draw the text onto the DC, and
then use the bitmap on the button.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!