hiShowFieldBorders
hiShowFieldBorders(g_onOrOff) =>t / nil
Description
Displays or hides borders around form fields. Used as a debugging aid to avoid overlapping fields when laying out forms.
The default value of the flag is nil. The argument g_onOrOff can be any non-nil value or nil. If the argument is non-nil, the function sets a global flag that causes borders to be drawn around fields in a form when that form is instantiated. After a form is instantiated, the borders remain drawn or undrawn until the form is deleted and re-created.
The color used for drawing the borders is controlled by the X resource Opus.borderColor.
Argument
Values Returned
Related Topics
Return to top