Manual Page Result
0
Command: DXmCSTextSetMaxLength | Section: 3 | Source: Digital UNIX | File: DXmCSTextSetMaxLength.3X.gz
DXmCSTextSetMaxLength(3X) DXmCSTextSetMaxLength(3X)
NAME
DXmCSTextSetMaxLength - Sets the maximum allowable length of the text
in the compound string text widget.
SYNOPSIS
void DXmCSTextSetMaxLength(widget, max_length)
Widget widget;
int max_length;
PARAMETERS
The identifier (widget ID) of the compound string text widget. An in-
teger that represents the maximum length, in characters, of the text in
the compound string text widget. This parameter sets the XmNmaxLength
resource used by the DXmCreateCSText routine.
DESCRIPTION
The DXmCSTextSetMaxLength routine sets the maximum allowable length of
the text in the compound string text widget. It prohibits the user
from entering text longer than this limit.
RELATED INFORMATION
DXmCreateCSText(3X), DXmCSTextGetMaxLength(3X) delim off
DXmCSTextSetMaxLength(3X)