Table Of Contents

Previous topic

langlistctrl

Next topic

layoutf

This Page

phoenix_title LanguageListCtrl

wx.ListCtrl derived control that displays languages and flags


class_hierarchy Inheritance Diagram

Inheritance diagram for class LanguageListCtrl

Inheritance diagram of LanguageListCtrl


super_classes Known Superclasses

ListCtrl


method_summary Methods Summary

__init__  
GetLanguage Returns the language id for the currently selected language in the control
SetLanguage Selects the given language ids item in the control
SetUpFilter Filters the languages displayed in the control

property_summary Properties Summary

Language See GetLanguage and SetLanguage

api Class API



class LanguageListCtrl(ListCtrl)

wx.ListCtrl derived control that displays languages and flags


Methods



__init__(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=LC_REPORT | LC_NO_HEADER | LC_SINGLE_SEL, filter=LC_AVAILABLE, only=(), select=None, name='languagelistctrl')


GetLanguage(self)

Returns the language id for the currently selected language in the control



SetLanguage(self, lang)

Selects the given language ids item in the control



SetUpFilter(self, filter=LC_AVAILABLE, only=())

Filters the languages displayed in the control


Properties



Language

See SetLanguage , GetLanguage