| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Package mixins :: Module listctrl |
|
| Classes | |
|---|---|
ColumnSorterMixin |
A mixin class that handles sorting of a wx.ListCtrl in REPORT mode when the column header is clicked on. |
ListCtrlAutoWidthMixin |
A mix-in class that automatically resizes the last column to take up the remaining width of the wx.ListCtrl. |
ListCtrlSelectionManagerMix |
Mixin that defines a platform independent selection policy |
TextEditMixin |
A mixin class that enables any text in any column of a multi-column listctrl to be edited by clicking on the given row and column. |
| Function Summary | |
|---|---|
Returns list of item indexes of given state (selected by defaults) | |
Ensures the item the mouse is pointing at is selected before a popup. | |
| Variable Summary | |
|---|---|
PyEventBinder |
EVT_DOPOPUPMENU = <wx._core.PyEventBinder object at 0x40...
|
int |
SEL_FOC = 6 |
int |
wxEVT_DOPOPUPMENU = 10275 |
| Function Details |
|---|
getListCtrlSelection(listctrl, state=4)Returns list of item indexes of given state (selected by defaults) |
selectBeforePopup(event)Ensures the item the mouse is pointing at is selected before a popup. Works with both single-select and multi-select lists. |
| Variable Details |
|---|
EVT_DOPOPUPMENU
|
SEL_FOC
|
wxEVT_DOPOPUPMENU
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:41 2005 | http://epydoc.sf.net |