.. wxPython Phoenix documentation
   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.
   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.eventwatcher.EventChooser
.. highlight:: python
.. _wx.lib.eventwatcher.EventChooser.EventChooserLC:
==========================================================================================================================================
|phoenix_title|  **wx.lib.eventwatcher.EventChooser.EventChooserLC**
==========================================================================================================================================
ListCtrl()
ListCtrl(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=LC_ICON, validator=DefaultValidator, name=ListCtrlNameStr)
A list control presents lists in a number of formats: list view,
report view, icon view and small icon view.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html
   
   
   Inheritance diagram for class 
EventChooserLC:
   
 
   
   
|
|super_classes| Known Superclasses
==================================
:class:`wx.ListCtrl`, :class:`wx.lib.mixins.listctrl.CheckListCtrlMixin`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.eventwatcher.EventChooser.EventChooserLC.__init__`                Initialize self.  See help(type(self)) for accurate signature.
:meth:`~wx.lib.eventwatcher.EventChooser.EventChooserLC.OnCheckItem`             
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: EventChooserLC(wx.ListCtrl, CheckListCtrlMixin)
   ListCtrl()
   ListCtrl(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=LC_ICON, validator=DefaultValidator, name=ListCtrlNameStr)
   
   A list control presents lists in a number of formats: list view,
   report view, icon view and small icon view.
   .. method:: __init__(self, parent)
      Initialize self.  See help(type(self)) for accurate signature.
   .. method:: OnCheckItem(self, index, flag)