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(self)
unlock(self)
invoke(self)

Is called to show the screen

remove(self)

Remove the screen from its parent

setTitle(self, title=None)