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