IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget_int

Next topic

Module: html.widgets.widget_selectioncontainer

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

Module: html.widgets.widget_selection

SelectionWidget classes.

Represents an enumeration using a widget.

4 Classes

class IPython.html.widgets.widget_selection.ToggleButtonsWidget(*args, **kwargs)

Bases: IPython.html.widgets.widget_selection._SelectionWidget

class IPython.html.widgets.widget_selection.DropdownWidget(*args, **kwargs)

Bases: IPython.html.widgets.widget_selection._SelectionWidget

class IPython.html.widgets.widget_selection.RadioButtonsWidget(*args, **kwargs)

Bases: IPython.html.widgets.widget_selection._SelectionWidget

class IPython.html.widgets.widget_selection.SelectWidget(*args, **kwargs)

Bases: IPython.html.widgets.widget_selection._SelectionWidget