Home | Trees | Index | Help |
|
---|
Package wx :: Class Locale |
|
object
--+
|
Locale
Proxy of C++ Locale class
Method Summary | |
---|---|
Locale | __init__(self,
language,
flags)
|
__del__(self)
| |
__nonzero__(self)
| |
__repr__(self)
| |
bool | AddCatalog(self,
szDomain)
|
AddCatalogLookupPathPrefix(prefix)
(Static method) | |
AddLanguage(info)
(Static method) | |
LanguageInfo | FindLanguageInfo(locale)
(Static method) |
String | GetCanonicalName(self)
|
int | GetLanguage(self)
|
LanguageInfo | GetLanguageInfo(lang)
(Static method) |
String | GetLanguageName(lang)
(Static method) |
String | GetLocale(self)
|
String | GetName(self)
|
String | GetString(self,
szOrigString,
szDomain)
|
String | GetSysName(self)
|
int | GetSystemEncoding()
(Static method) |
String | GetSystemEncodingName()
(Static method) |
int | GetSystemLanguage()
(Static method) |
Init(self,
*_args,
**_kwargs)
| |
bool | Init1(self,
szName,
szShort,
szLocale,
bLoadDefault,
bConvertEncoding)
|
bool | Init2(self,
language,
flags)
|
bool | IsLoaded(self,
szDomain)
|
bool | IsOk(self)
|
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:05:28 2007 | http://epydoc.sf.net |