phoenix_title wx.lib.agw.aui.aui_switcherdialog.MultiColumnListCtrl

A control for displaying several columns (not scrollable).


class_hierarchy Class Hierarchy

Inheritance diagram for class MultiColumnListCtrl:

super_classes Known Superclasses

wx.Control


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

AdvanceToNextSelectableItem

CalculateLayout

DoGetBestSize

DoGetBestSize(self) -> Size

GenerateSelectionEvent

GetExtraNavigationKey

GetItems

GetModifierKey

OnChar

OnEraseBackground

OnKey

OnMouseEvent

OnPaint

SetExtraNavigationKey

Set an extra key that can be used to cycle through items,

SetItems

SetModifierKey

Set the modifier used to invoke the dialog, and therefore to test for release.

SetTransparency


api Class API

class MultiColumnListCtrl(wx.Control)

A control for displaying several columns (not scrollable).


Methods

__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.



AdvanceToNextSelectableItem(self, direction)


CalculateLayout(self, dc=None)


DoGetBestSize(self)

DoGetBestSize(self) -> Size



GenerateSelectionEvent(self)


GetExtraNavigationKey(self)


GetItems(self)


GetModifierKey(self)


OnChar(self, event)


OnEraseBackground(self, event)


OnKey(self, event)


OnMouseEvent(self, event)


OnPaint(self, event)


SetExtraNavigationKey(self, keyCode)

Set an extra key that can be used to cycle through items, in case not using the Ctrl + Tab combination.



SetItems(self, items)


SetModifierKey(self, modifierKey)

Set the modifier used to invoke the dialog, and therefore to test for release.



SetTransparency(self, selection=None)