You cannot post messages because only members can post, and you are not currently a member.
Description:
For discussions about development related issues of wxWidgets
|
|
|
Setting color on individual tabs of wxAuiNotebook control
|
| |
Hi Guys,
I am using wxWidgets for a project and need to set the tab colour for tabs on this control. Each tab can have its own user chosen color.
Can you tell me how to achieve that? Digging through the API, there is no set function to do it. I only want to color the tabs not the full window. Should I be using the SetOwnBackgroundColour() in the parent?... more »
|
|
OSX Window menu
|
| |
A wxPython user has asked what happened to the automatic Window menu on the OSX ports. I looked through the code in src/osx/menu_osx.cpp and it looks like we now have to explicitly add a "Window" or "&Window" menu to activate it and then wx will add the rest of the content to the menu like it did in 2.8 (if GetAutoWindowMenu() returns true.) However this... more »
|
|
Asking for advice: utf-8 vs. wchar_t under Android
|
| |
Hello,
Recently, a lot of discussion was going on about what the internal
representation of wxString should be under Linux.
As far as I understand, the final decision is to use wchar_t (utf-32).
And, as far as I can see, wchar_t is used under wxAndroid too - well,
it is almost Linux.
Now, I think, with wxAndroid, it would be better to use utf-8. My arguments:... more »
|
|
|