]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/funcmacro_locale.h
Add documentation for building wxGTK under Windows.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_locale.h
CommitLineData
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
14Below are a number of functions/macros which accept as last parameter a
15specific wxXLocale instance.
16
17For the documentation of function @c wxFunc_l(), please see the documentation
18of the standard @c Func() function (see e.g. http://www.cppreference.com/wiki/c/string/start)
19and keep in mind that the wxWidgets function takes as last parameter the
20locale which should be internally used for locale-dependent operations.
21
22Last, note that when the @c wxHAS_XLOCALE_SUPPORT symbol is not defined,
23then wxWidgets will provide implementations of these functions itself
24and that they are not granted to be thread-safe (and they will work only with the
25C locale; see @ref xlocale_avail).
26
27
28*/
29