| Home | Trees | Indices | Help |
|
|---|
|
|
GNUmed list controls and widgets.
TODO:
From: Rob McMullen <rob.mcmullen@gmail.com>
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] ANN: ColumnSizer mixin for ListCtrl
Thanks for all the suggestions, on and off line. There's an update
with a new name (ColumnAutoSizeMixin) and better sizing algorithm at:
http://trac.flipturn.org/browser/trunk/peppy/lib/column_autosize.py
Version: $Revision: 1.37 $
Author: Karsten Hilbert <Karsten.Hilbert@gmx.net>
License: GPL
| Classes | |
|
cGenericListSelectorDlg A dialog holding a list and a few buttons to act on the items. |
|
|
cGenericListManagerPnl A panel holding a generic multi-column list and action buttions. |
|
| cReportListCtrl | |
| Functions | |||
|
|||
Imports: sys, types, wx, listmixins, gmPerson, gmTools, gmDispatcher, gmGuiHelpers, wxgGenericListSelectorDlg, wxgGenericListManagerPnl
| Function Details |
Let user select item(s) from a list.
- new_callback: ()
- edit_callback: (item data)
- delete_callback: (item data)
- refresh_callback: (listctrl)
- left/middle/right_extra_button: (label, tooltip, <callback>)
<callback> is called with item_data as the only argument
returns None if cancelled
returns list (may be empty) of selected items
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 1 04:04:31 2010 | http://epydoc.sourceforge.net |