Widget Properties

Each widget has a set of properties which describe the widgets visual and functional behaviours.

Common Widget Properties

The following most basic properties are available on all widgets:
  • “x”, “y”, “width”, “height” that define its position within the display.
  • “name” that can be used to identify a widget.
While not available on all widgets the following properties are associated with almost all widgets
  • “foreground_color”
  • “font” the font associated with the text of the widget
  • “pv-name” the name of a datasource channel which is to be monitored and the values from the channel are used to update the state of the widget

Table Of Contents

Previous topic

Widgets

Next topic

Widget Classes

This Page