]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbar.h
Adding docs for new wx interface methods.
[wxWidgets.git] / interface / wx / toolbar.h
index cef105a0dc669c819d9926f695853859a5923ce3..a7ccb783a747ee8a171490bb607bedb55ef309d5 100644 (file)
     bitmaps will inadvertently be mapped to system colours.
     To do this, set the msw.remap system option before creating the toolbar:
     @code
-    wxSystemOptions::SetOption(wxT("msw.remap"), 0);
+    wxSystemOptions::SetOption("msw.remap", 0);
     @endcode
     If you wish to use 32-bit images (which include an alpha channel for
     transparency) use:
     @code
-    wxSystemOptions::SetOption(wxT("msw.remap"), 2);
+    wxSystemOptions::SetOption("msw.remap", 2);
     @endcode
     Then colour remapping is switched off, and a transparent background
     used. But only use this option under Windows XP with true colour: