예제 #1
0
 def on_click(button):
     theme.reset()
예제 #2
0
 def on_click(button):
     theme.reset(hide_toolbar=True)
예제 #3
0
def test_theme():
    from nglview import theme
    theme.oceans16()
    theme.reset()
    theme._get_theme('oceans16.css')
예제 #4
0
def test_theme():
    from nglview import theme
    theme.oceans16()
    theme.reset()
    theme._get_theme('oceans16.css')
예제 #5
0
파일: player.py 프로젝트: marscher/nglview
 def on_click(button):
     theme.reset()
예제 #6
0
파일: player.py 프로젝트: marscher/nglview
 def on_click(button):
     theme.reset(hide_toolbar=True)