XmTextSetMaxLength (3) Linux Manual Page
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 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…
