| ProLinga-4GL Reference Manual |
|---|
DISPLAY — Display the contents of a data reference in a linked screen widget or (re)sets the color.
DISPLAY { widget_ref | ALL }
DISPLAY widget_ref { BASECOLOR | BGCOLOR | FGCOLOR | TEXTCOLOR }
color_ref [
STATE
{ Normal | Active | Prelight | Selected | Insensitive }
]
DISPLAY widget_ref RESETCOLOR
The DISPLAY command displays the contents of a data reference in a linked screen widget on the active screen or sets the color. When setting the color and no STATE is defined, the default STATE "Normal" will be used.
| An existing widget name on the active screen. |
| Sets the base (brush) color of the widget. |
| Sets the forground color of the widget. |
| Sets the background color of the widget. |
| Sets the text color of the widget. |
| Resets the widget to the theme defaults. |
| name for a color from rgb.txt (as distributed with the X Windows System), such as DarkSlateGray, or a hex specification such as #FFFF00 which represents the color yellow for instance. |
| Set color for state during normal operation. |
| Set color for state of a currently active widget, such as a depressed button. |
| Set color for state indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks. |
| Set color for state of a selected item, such the selected row in a list. |
| Set color for state indicating that the widget is unresponsive to user actions. |
| << DATAMODEL Command | ELSE Command >> |