Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

widgetSpecifies the ID of the simple text widget whose maximum text string length you want to set. 

max_lengthSpecifies the maximum length of the text string in the simple text widget.  This argument sets the DwtNmaxLength attribute associated with DwtSTextCreate. 

Description

The DwtSTextSetMaxLength function sets the maximum allowable length of the text in the simple text widget and prevents the user from entering text larger than this limit. 

See Also

DwtSText (3Dwt), DwtSTextGetString (3Dwt), DwtSTextSetEditable (3Dwt), DwtSTextGetMaxLength (3Dwt), DwtSTextSetSelection (3Dwt), DwtSTextClearSelection (3Dwt), DwtSTextGetSelection (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026