Manual Page Result
0
Command: DXmCSTextSetEditable | Section: 3 | Source: Digital UNIX | File: DXmCSTextSetEditable.3X.gz
DXmCSTextSetEditable(3X) DXmCSTextSetEditable(3X)
NAME
DXmCSTextSetEditable - Specifies whether the text in the widget can be
edited by the user.
SYNOPSIS
void DXmCSTextSetEditable(widget, editable)
Widget widget;
Boolean editable;
PARAMETERS
The identifier (widget ID) of the compound string text widget. A
Boolean value that, when True, indicates that the user can edit the
text in the compound string text widget. When False, the user cannot
edit the text.
DESCRIPTION
The DXmCSTextSetEditable specifies whether text in the compound string
text widget can be edited by the user, returning either True or False
to indicate the permission state.
RELATED INFORMATION
DXmCreateCSText(3X), DXmCSTextGetEditable(3X) delim off
DXmCSTextSetEditable(3X)