UI element reference

UI elements are used in applications and some core system functions to interace with the user. For example, the Menu element is used for making menus, and can as well be used to show lists of items.

Using UI elements in your applications is as easy as doing:

from zpui_lib.ui import ElementName

and initialising them, passing your UI element contents and parameters, as well as input and output device objects as initialisation arguments.

Warning

There are more UI elements and helper functions than this, but they may don’t appear here because they haven’t been documented yet. You can find about them in the zpui_lib code, and find usage examples within the ZPUI codebase.

UI elements:

More about UI elements: