Man Page: dwtstextsetmaxlength
Operating Environment: ultrix
Section: 3dwt
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)
| Related Man Pages |
|---|
| dwtcstextgetmaxlength(3dwt) - ultrix |
| dwtcstextclearselection(3dwt) - ultrix |
| dwtstextgetselection(3dwt) - ultrix |
| dwtstextsetselection(3dwt) - ultrix |
| dwtstextsetstring(3dwt) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| Too simple to search for |
| AIX/HPUX - Need to get the last few bytes of a text |
| A simple (?) loop |
| I need help with string manipulation |
| Perl - Enter text in a file in a place. |