##// END OF EJS Templates
comment model.set, so we know that it triggers update on other views
comment model.set, so we know that it triggers update on other views

File last commit:

r14540:6aabc0c9
r14569:500d8a37
Show More
__init__.py
13 lines | 507 B | text/x-python | PythonLexer
from .widget import Widget, DOMWidget
from .widget_bool import BoolWidget
from .widget_button import ButtonWidget
from .widget_container import ContainerWidget
from .widget_float import FloatWidget
from .widget_float_range import FloatRangeWidget
from .widget_image import ImageWidget
from .widget_int import IntWidget
from .widget_int_range import IntRangeWidget
from .widget_multicontainer import MulticontainerWidget
from .widget_selection import SelectionWidget
from .widget_string import StringWidget