Show More
@@ -186,6 +186,7 b' class _BoundedIntRange(_IntRange):' | |||
|
186 | 186 | |
|
187 | 187 | @register('IPython.IntRangeSlider') |
|
188 | 188 | class IntRangeSlider(_BoundedIntRange): |
|
189 | """Slider widget that represents a pair of ints between a minimum and maximum value.""" | |
|
189 | 190 | _view_name = Unicode('IntSliderView', sync=True) |
|
190 | 191 | orientation = CaselessStrEnum(values=['horizontal', 'vertical'], |
|
191 | 192 | default_value='horizontal', allow_none=False, |
General Comments 0
You need to be logged in to leave comments.
Login now