API Reference for Enthought Tool Suite 3.2.0

A dialog that allows the user to chose a single item from a list.

choices is the list of things to choose from. If name_attribute is set then we assume it is a list of objects getattr(obj, name_attribute) gives us the string to put in the dialog. Otherwise we just call str() on the choices to get the strings.

Inherits from

Attributes

Method summary

Methods

© Copyright 2002-2009 Enthought, Inc.