##// END OF EJS Templates
Merge pull request #7483 from takluyver/i5831...
Kyle Kelley -
r19971:a7a20903 merge
parent child Browse files
Show More
@@ -186,6 +186,7 b' class _BoundedIntRange(_IntRange):'
186
186
187 @register('IPython.IntRangeSlider')
187 @register('IPython.IntRangeSlider')
188 class IntRangeSlider(_BoundedIntRange):
188 class IntRangeSlider(_BoundedIntRange):
189 """Slider widget that represents a pair of ints between a minimum and maximum value."""
189 _view_name = Unicode('IntSliderView', sync=True)
190 _view_name = Unicode('IntSliderView', sync=True)
190 orientation = CaselessStrEnum(values=['horizontal', 'vertical'],
191 orientation = CaselessStrEnum(values=['horizontal', 'vertical'],
191 default_value='horizontal', allow_none=False,
192 default_value='horizontal', allow_none=False,
General Comments 0
You need to be logged in to leave comments. Login now