Hi, anybody knows how to display label of button vertically? It seems '\n' doesn't work.
Thanks!
2. Re: How to display label of button vertically?
#4354
Posted by: 2004-06-06 16:02:50
Hi
when creating the static text field, use wxT, like this:
wxStaticText *static_text = new wxStaticText( parent, ID_TEST, wxT("this is a big joke\n") wxT("dont you think so?"), wxDefaultPosition, wxDefaultSize, 0 );