DwtCSTextGetMaxLength(3Dwt)											       DwtCSTextGetMaxLength(3Dwt)

Name
       DwtCSTextGetMaxLength - Obtains the current maximum allowable length of the text in the compound-string text widget.

Syntax
       int DwtCSTextGetMaxLength(widget)
	    Widget widget;

Arguments
       widget	 Specifies the ID of the compound-string text widget.

Description
       The DwtCSTextGetMaxLength function returns the current maximum allowable length of the text in the compound-string text widget.

Return Values
       This function returns the maximum length, in characters, of the text in the compound string text widget.

See Also
       DwtCSText(3Dwt),  DwtCSTextCreate(3Dwt), DwtCSTextReplace(3Dwt), DwtCSTextGetString(3Dwt), DwtCSTextSetString(3Dwt), DwtCSTextGetEd-
       itable(3Dwt), DwtCSTextSetEditable(3Dwt), DwtCSTextSetMaxLength(3Dwt), DwtCSTextSetSelection(3Dwt), DwtCSTextGetSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

														       DwtCSTextGetMaxLength(3Dwt)