Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module langlistctrl |
|
ListCtrl and functions to display languages and the flags of their countries
Classes | |
---|---|
LanguageListCtrl |
wx.ListCtrl derived control that displays languages and flags |
Function Summary | |
---|---|
Builds a mapping of language ids to LANG_COUNTRY codes | |
Returns a tuple of (bitmaps, language descriptions, language ids) | |
Returns a bitmap of the flag for the country of the language id | |
Returns the language id as a string |
Variable Summary | |
---|---|
dict |
langIdCountryMap = {2: 'GE', 3: 'ET', 4: 'ZA', 5: 'AL', ...
|
int |
LC_ALL = 2 |
int |
LC_AVAILABLE = 1 |
int |
LC_ONLY = 4 |
Function Details |
---|
BuildLanguageCountryMapping()Builds a mapping of language ids to LANG_COUNTRY codes |
CreateLanguagesResourceLists(filter=1, only=())Returns a tuple of (bitmaps, language descriptions, language ids) |
GetLanguageFlag(lang)Returns a bitmap of the flag for the country of the language id |
GetWxIdentifierForLanguage(lang)Returns the language id as a string |
Variable Details |
---|
langIdCountryMap
|
LC_ALL
|
LC_AVAILABLE
|
LC_ONLY
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:02 2007 | http://epydoc.sf.net |