##// END OF EJS Templates
Added toggle button view
Added toggle button view

File last commit:

r14260:3ca03407
r14262:524f98d2
Show More
container.py
6 lines | 199 B | text/x-python | PythonLexer
Jonathan Frederic
Updated imports to reflect class move
r14250 from base import Widget
Jonathan Frederic
Cleaned up python widget classes
r14260 from IPython.utils.traitlets import Unicode
Jonathan Frederic
Add container widget
r14239
class ContainerWidget(Widget):
target_name = Unicode('container_widget')
default_view_name = Unicode('ContainerView')
Jonathan Frederic
Cleaned up python widget classes
r14260