.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.agw.aui.aui_switcherdialog
.. highlight:: python
.. _wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl**
==========================================================================================================================================
A control for displaying several columns (not scrollable).
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
MultiColumnListCtrl:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Control`
|
|method_summary| Methods Summary
================================
========================================================================================== ================================================================================
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.AdvanceToNextSelectableItem`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.CalculateLayout`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.DoGetBestSize` DoGetBestSize(self) -> Size
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.GenerateSelectionEvent`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.GetExtraNavigationKey`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.GetItems`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.GetModifierKey`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.OnChar`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.OnEraseBackground`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.OnKey`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.OnMouseEvent`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.OnPaint`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.SetExtraNavigationKey` Set an extra key that can be used to cycle through items,
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.SetItems`
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.SetModifierKey` Set the modifier used to invoke the dialog, and therefore to test for release.
:meth:`~wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl.SetTransparency`
========================================================================================== ================================================================================
|
|api| Class API
===============
.. class:: MultiColumnListCtrl(wx.Control)
A control for displaying several columns (not scrollable).
.. method:: __init__(self, parent, aui_manager, id=wx.ID_ANY, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, validator=wx.DefaultValidator, name="MultiColumnListCtrl")
Initialize self. See help(type(self)) for accurate signature.
.. method:: AdvanceToNextSelectableItem(self, direction)
.. method:: CalculateLayout(self, dc=None)
.. method:: DoGetBestSize(self)
DoGetBestSize(self) -> Size
.. method:: GenerateSelectionEvent(self)
.. method:: GetExtraNavigationKey(self)
.. method:: GetItems(self)
.. method:: GetModifierKey(self)
.. method:: OnChar(self, event)
.. method:: OnEraseBackground(self, event)
.. method:: OnKey(self, event)
.. method:: OnMouseEvent(self, event)
.. method:: OnPaint(self, event)
.. method:: SetExtraNavigationKey(self, keyCode)
Set an extra key that can be used to cycle through items,
in case not using the ``Ctrl`` + ``Tab`` combination.
.. method:: SetItems(self, items)
.. method:: SetModifierKey(self, modifierKey)
Set the modifier used to invoke the dialog, and therefore to test for release.
.. method:: SetTransparency(self, selection=None)