Module widgetlistbox
[show private | hide private]
[frames | no frames]

Module widgetlistbox

widgetlist.py - Implements a PMW-like scrolled list widget that can hold arbitrary widgets as list items

Copyright (c) 2003 by David McNab <david@freenet.org.nz>, released under the GNU General Public License.

No warranty, yada yada
Classes
WidgetListBox Class for displaying a list of custom widgets
WidgetListBoxItem Base class for creating multi-widget items which can be displayed in WidgetListBox objects

Function Summary
  demo()
  takeKey(somedict, keyname, default)
Utility function to destructively read a key from a given dict.

Function Details

takeKey(somedict, keyname, default=None)

Utility function to destructively read a key from a given dict. Same as the dict's 'takeKey' method, except that the key (if found) sill be deleted from the dictionary.

Generated by Epydoc 2.0 on Sat Nov 29 23:55:25 2003 http://epydoc.sf.net