Index Index for Section 3
Index Alphabetical listing for D

DXmCSTextGetMaxLength(3X)

NAME

DXmCSTextGetMaxLength - Retrieves (returns) current maximum allowable length of the text in the compound string text widget.

SYNOPSIS

int DXmCSTextGetMaxLength( 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.

SEE ALSO

DXmCreateCSText(3X), DXmCSTextSetMaxLength(3X)