]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/groups/funcmacro_locale.h
   1 ///////////////////////////////////////////////////////////////////////////// 
   2 // Name:        funcmacro_locale.h 
   3 // Purpose:     wxXLocale-enabled functions 
   4 // Author:      wxWidgets team 
   6 // Licence:     wxWindows licence 
   7 ///////////////////////////////////////////////////////////////////////////// 
  11 @defgroup group_funcmacro_locale Locale-dependent functions 
  12 @ingroup group_funcmacro 
  14 Below are a number of functions/macros which accept as last parameter a 
  15 specific wxXLocale instance. 
  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. 
  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).