Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmtextgetmaxlength(3x) [osf1 man page]

XmTextGetMaxLength(3X)													    XmTextGetMaxLength(3X)

NAME
XmTextGetMaxLength - A Text function that accesses the value of the current maximum allowable length of a text string entered from the key- board SYNOPSIS
#include <Xm/Text.h> int XmTextGetMaxLength (widget) Widget widget; DESCRIPTION
XmTextGetMaxLength accesses the value of the current maximum allowable length of the text string in the Text widget entered from the key- board. The maximum allowable length prevents the user from entering a text string larger than this limit. Specifies the Text widget ID For a complete definition of Text and its associated resources, see XmText(3X). RETURN VALUE
Returns the integer value that indicates the string's maximum allowable length that can be entered from the keyboard. SEE ALSO
XmText(3X) XmTextGetMaxLength(3X)

Check Out this Related Man Page

XmTextFieldSetMaxLength(3X)											       XmTextFieldSetMaxLength(3X)

NAME
XmTextFieldSetMaxLength - A TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard SYNOPSIS
#include <Xm/TextF.h> void XmTextFieldSetMaxLength (widget, max_length) Widget widget; int max_length; DESCRIPTION
XmTextFieldSetMaxLength sets the value of the current maximum allowable length of the text string in the TextField 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 XmTextFieldSetString (or XmTextFieldSetStringWcs) function ignore this resource. Specifies the TextField widget ID Specifies the maximum allowable length of the text string For a complete definition of TextField and its associated resources, see XmTextField(3X). SEE ALSO
XmText(3X), XmTextFieldSetString(3X), XmTextFieldSetStringWcs(3X) XmTextFieldSetMaxLength(3X)
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