Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

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