|
#define | wxT(string) |
| Macro taking a literal string and expanding into a wide string. More...
|
|
#define | wxT_2(string) |
| Obsolete macro which simply expands to its argument. More...
|
|
#define | wxS(string) |
| wxS is a macro which can be used with character and string literals (in other words, 'x' or "foo" ) to convert them either to wide characters or wide strings in wchar_t-based (UTF-16) builds, or to keep them unchanged in char-based (UTF-8) builds. More...
|
|
#define | _T(string) |
| This macro is exactly the same as wxT() and is defined in wxWidgets simply because it may be more intuitive for Windows programmers as the standard Win32 headers also define it (as well as yet another name for the same macro which is _TEXT()). More...
|
|