vi.screen

Module Contents

Classes

Screen

This is the screen superclass.

class vi.screen.Screen(*args, **kwargs)

Bases: flare.html5.Div

This is the screen superclass.

It represents a basic screen and its functionality.

lock()
unlock()
invoke()

Is called to show the screen

remove()

Remove the screen from its parent

setTitle(title=None)