| Click this button to go to the index for this section. |
DXmCSTextGetMaxLength(3X)
NAME
DXmCSTextGetMaxLength - Retrieves (returns) current maximum allowable length of the text in the compound string text widget.SYNOPSIS
int DXmCSTextGetMaxLength(widget) Widget widget;PARAMETERS
widget The identifier (widget ID) of the compound string text widget.DESCRIPTION
The DXmCSTextGetMaxLength routine retrieves the current maximum allowable length of the text in the compound string text widget by returning an integer.RETURN VALUES
An integer that represents the maximum allowable length, in characters, of the text in the compound string text widget.RELATED INFORMATION
DXmCreateCSText(3X), DXmCSTextSetMaxLength(3X)