Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmtextsetmaxlength(3x) [osf1 man page]

XmTextSetMaxLength(3X)													    XmTextSetMaxLength(3X)

NAME
XmTextSetMaxLength - A Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard SYNOPSIS
#include <Xm/Text.h> void XmTextSetMaxLength (widget, max_length) Widget widget; int max_length; DESCRIPTION
XmTextSetMaxLength sets the value of the current maximum allowable length of the text string in the Text widget. The maximum allowable length prevents the user from entering a text string from the keyboard that is larger than this limit. Strings that are entered using the XmNvalue (or XmNvalueWcs) resource, or the XmTextSetString (or XmTextSetStringWcs) function ignore this resource. Specifies the Text wid- get ID Specifies the maximum allowable length of the text string For a complete definition of Text and its associated resources, see XmText(3X). SEE ALSO
XmText(3X), XmTextSetString(3X), XmTextSetStringWcs(3X) XmTextSetMaxLength(3X)

Check Out this Related Man Page

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)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies