##// END OF EJS Templates
Made scroll to bottom use msgs...
Made scroll to bottom use msgs allow multiple msg handlers added send to view to automatically hookup callbacks changed send signature to optionally accept a cell to connect callbacks

File last commit:

r14342:90efa5b8
r14403:3dd14b75
Show More
__init__.py
12 lines | 458 B | text/x-python | PythonLexer
from .widget import Widget
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_int import IntWidget
from .widget_int_range import IntRangeWidget
from .widget_multicontainer import MulticontainerWidget
from .widget_selection import SelectionWidget
from .widget_string import StringWidget