DXmCSTextGetMaxLength(3X) — Subroutines
Digital
NAME
DXmCSTextGetMaxLength − Retrieves (returns) current maximum allowable length of the text in the compound string text widget.
SYNOPSIS
int DXmCSTextGetMaxLength(widget)
Widget widget;
DESCRIPTION
The DXmCSTextGetMaxLength routine retrieves the current maximum allowable length of the text in the compound string text widget by returning an integer.
Arguments
widgetThe identifier (widget ID) of the compound string text widget.
RETURN VALUES
An integer that represents the maximum allowable length, in characters, of the text in the compound string text widget.
RELATED INFORMATION
DXmCreateCSText and DXmCSTextSetMaxLength.