##// END OF EJS Templates
Removed float widget bound tests,...
Removed float widget bound tests, once the int widget inherits from the float, or vise-versa, the tests will be covered by the int

File last commit:

r14676:25a9d02e
r14690:287a0a75
Show More
__init__.py
11 lines | 687 B | text/x-python | PythonLexer
from .widget import Widget, DOMWidget
from .widget_bool import CheckBoxWidget, ToggleButtonWidget
from .widget_button import ButtonWidget
from .widget_container import ContainerWidget, PopupWidget
from .widget_float import FloatTextWidget, BoundedFloatTextWidget, FloatSliderWidget, FloatProgressWidget
from .widget_image import ImageWidget
from .widget_int import IntTextWidget, BoundedIntTextWidget, IntSliderWidget, IntProgressWidget
from .widget_selection import RadioButtonsWidget, ToggleButtonsWidget, DropdownWidget, ListBoxWidget
from .widget_selectioncontainer import TabWidget, AccordionWidget
from .widget_string import HTMLWidget, LatexWidget, TextBoxWidget, TextAreaWidget