Defines | |
#define | wxT(string) |
This macro can be used with character and string literals (in other words, 'x' or "foo" ) to automatically convert them to wide strings in Unicode builds of wxWidgets. | |
#define | wxT_2(string) |
Compatibility macro which expands to wxT() in wxWidgets 2 only. | |
#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. | |
#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()). | |
Typedefs | |
typedef wxUSE_UNICODE_dependent | wxChar |
wxChar は次のように定義されます。 | |
typedef wxUSE_UNICODE_dependent | wxSChar |
wxSChar is defined to be | |
typedef wxUSE_UNICODE_dependent | wxUChar |
wxUChar is defined to be | |
typedef wxUSE_UNICODE_WCHAR_dependent | wxStringCharType |
wxStringCharType は次のいずれかの型に定義されます: |