Module listctrls
source code
This module contains custom wxListCtrl subclasses.
AutoWidthListCtrl - A wxListCtrl object that automatically adjusts the width of
its columns.
ColumnSortListCtrl - An AutoWidthListCtrl that sorts its entries when the column
header is clicked.
KeyEventsListCtrl - A ColumnSortListCtrl that selects and item as you type its
name.
|
|
AutoWidthListCtrl
wxListCtrl subclass that automatically adjusts its column width.
|
|
|
ColumnSortListCtrl
AutoWidthListCtrl subclass that sorts its columns when the column header
is pressed.
|
|
|
KeyEventsListCtrl
ColumnSortListCtrl that catches key events and selects the item that
matches.
|
|
|
__id__ = '$Id: listctrls.py 2980 2009-04-02 00:14:33Z juhas $'
|