Query: dwtstextsetmaxlength
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtSTextSetMaxLength(3Dwt) DwtSTextSetMaxLength(3Dwt) Name DwtSTextSetMaxLength - Sets the maximum allowable length of the text string in the simple text widget. Syntax void DwtSTextSetMaxLength(widget, max_length) Widget widget; int max_length; Arguments widget Specifies the ID of the simple text widget whose maximum text string length you want to set. max_length Specifies the maximum length of the text string in the simple text widget. This argument sets the DwtNmaxLength attribute asso- ciated with DwtSTextCreate. Description The DwtSTextSetMaxLength function sets the maximum allowable length of the text in the simple text widget and prevents the user from enter- ing text larger than this limit. See Also DwtSText(3Dwt), DwtSTextGetString(3Dwt), DwtSTextSetEditable(3Dwt), DwtSTextGetMaxLength(3Dwt), DwtSTextSetSelection(3Dwt), DwtS- TextClearSelection(3Dwt), DwtSTextGetSelection(3Dwt) Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtSTextSetMaxLength(3Dwt)