##// END OF EJS Templates
Added slider vertical mode, and...
Added slider vertical mode, and fixed hbox element sizing.

File last commit:

r14284:5606d4ea
r14296:55c13f2c
Show More
__init__.py
12 lines | 463 B | text/x-python | PythonLexer
Jonathan Frederic
Renamed widget python classes to avoid name stomping
r14267 from widget import Widget, init_widget_js
Jonathan Frederic
Register new widgets in IPython.html.widgets namespace
r14244
Jonathan Frederic
Renamed widget python classes to avoid name stomping
r14267 from widget_bool import BoolWidget
Jonathan Frederic
Add button widget
r14270 from widget_button import ButtonWidget
Jonathan Frederic
Renamed widget python classes to avoid name stomping
r14267 from widget_container import ContainerWidget
from widget_float import FloatWidget
from widget_float_range import FloatRangeWidget
from widget_int import IntWidget
from widget_int_range import IntRangeWidget
Jonathan Frederic
Added multicontainer widget
r14284 from widget_multicontainer import MulticontainerWidget
Jonathan Frederic
Renamed widget python classes to avoid name stomping
r14267 from widget_selection import SelectionWidget
from widget_string import StringWidget