AGW Logo

agw_title MultiColumnListCtrl

A control for displaying several columns (not scrollable).

hierarchy Inheritance Diagram

Inheritance diagram for: MultiColumnListCtrl

Inheritance diagram of MultiColumnListCtrl


method_summary Methods Summary

__init__
AdvanceToNextSelectableItem
CalculateLayout
DoGetBestSize
GenerateSelectionEvent
GetExtraNavigationKey
GetItems
GetModifierKey
OnChar
OnEraseBackground
OnKey
OnMouseEvent
OnPaint
SetExtraNavigationKeySet an extra key that can be used to cycle through items,
SetItems
SetModifierKeySet the modifier used to invoke the dialog, and therefore to test for
SetTransparency
__del__

API Class API

class MultiColumnListCtrl(wx.PyControl)[source]

A control for displaying several columns (not scrollable).



__init__(parent, aui_manager, id=wx.ID_ANY, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, validator=wx.DefaultValidator, name="MultiColumnListCtrl")[source]


AdvanceToNextSelectableItem(direction)[source]


CalculateLayout(dc=None)[source]


DoGetBestSize()[source]


GenerateSelectionEvent()[source]


GetExtraNavigationKey()[source]


GetItems()[source]


GetModifierKey()[source]


OnChar(event)[source]


OnEraseBackground(event)[source]


OnKey(event)[source]


OnMouseEvent(event)[source]


OnPaint(event)[source]


SetExtraNavigationKey(keyCode)[source]

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



SetItems(items)[source]


SetModifierKey(modifierKey)[source]

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



SetTransparency(selection=None)[source]
Tree

Table Of Contents

Previous topic

aui.aui_switcherdialog

Next topic

SwitcherDialog