]>
Commit | Line | Data |
---|---|---|
0cc860a2 FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_locale.h | |
3 | // Purpose: wxXLocale-enabled functions | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id$ | |
526954c5 | 6 | // Licence: wxWindows licence |
0cc860a2 FM |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_locale Locale-dependent functions | |
12 | @ingroup group_funcmacro | |
13 | ||
14 | Below are a number of functions/macros which accept as last parameter a | |
15 | specific wxXLocale instance. | |
16 | ||
17 | For the documentation of function @c wxFunc_l(), please see the documentation | |
18 | of the standard @c Func() function (see e.g. http://www.cppreference.com/wiki/c/string/start) | |
19 | and keep in mind that the wxWidgets function takes as last parameter the | |
20 | locale which should be internally used for locale-dependent operations. | |
21 | ||
22 | Last, note that when the @c wxHAS_XLOCALE_SUPPORT symbol is not defined, | |
23 | then wxWidgets will provide implementations of these functions itself | |
24 | and that they are not granted to be thread-safe (and they will work only with the | |
25 | C locale; see @ref xlocale_avail). | |
26 | ||
27 | ||
28 | */ | |
29 |