
PANEL_NOTIFY_STATUS
This attribute is overloaded by the Path Name package to represent whether or not the PANEL_
NOTIFY_PROC succeeded in validating the the last directory it was called with. The return value
from the notify procedure is of type Panel_setting and does not exactly match the same condi-
tion. Expected values are XV_OK or XV_ERROR in the case of an invalid path name. For a
PATH_ITEM, see the preceding PANEL_NOTIFY_STATUS explanation.
Argument: int
Default:
XV_OK
Procs: create, get, set
PANEL_NOTIFY_STRING
String of characters that triggers notification when one of the characters is typed in a text item. Ap-
plies only when PANEL_NOTIFY_LEVEL is PANEL_SPECIFIED. The string is copied when this attri-
bute is set.
Argument: char *
Default: \n \r \t (i.e., newline, carriage return, and tab)
Procs: create, get, set
Objects: Panel_numeric_text_item, Panel_text_item,
Panel_multiline_text_item
See Also: 7.15.3
PANEL_OPS_VECTOR
The panel operations vector, which is the method by which the panel package dispatches events to
panel items. For more information, see Section 25.11, “The Wizzy Package” in the XView Program-
ming Manual.
Argument: Panel_ops *
Procs: get,set
Objects: Panel_item
PANEL_PAINT
Controls the panel item’s painting behavior in xv_set calls. The specified value applies only to the
xv_set call. As the xv_set call exits, it restores
PANEL_PAINT to its previous value. Possible val-
ues are ...