|
DXmCSTextGetMaxLength(3X)
Contents
|
DXmCSTextGetMaxLength - Retrieves (returns) current maximum
allowable length of the text in the compound string
text widget.
int DXmCSTextGetMaxLength(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
The DXmCSTextGetMaxLength routine retrieves the current
maximum allowable length of the text in the compound
string text widget by returning an integer.
An integer that represents the maximum allowable length,
in characters, of the text in the compound string text
widget.
DXmCreateCSText(3X), DXmCSTextSetMaxLength(3X)
DXmCSTextGetMaxLength(3X)
[ Back ] |