2.1.7.1. pyfx.view.view_manager.View¶
- class View(palette, input_filter, screen, frame)¶
pyfx UI entry point.
It manages the UI thread and switches views between components with keypress.
Methods
__init__(palette, input_filter, screen, frame)process_input(keys)Test-used only to process a list of keypress
run()To start the
urwid.MainLoop.- process_input(keys)¶
Test-used only to process a list of keypress
- run()¶
To start the
urwid.MainLoop.