|
DXmCSTextSetMaxLength(3X)
Contents
|
DXmCSTextSetMaxLength - Sets the maximum allowable length
of the text in the compound string text widget.
void DXmCSTextSetMaxLength(
Widget widget,
int max_length );
The identifier (widget ID) of the compound string text
widget. An integer 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.
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.
DXmCreateCSText(3X), DXmCSTextGetMaxLength(3X)
DXmCSTextSetMaxLength(3X)
[ Back ] |