Query: xmtextfieldsetstring
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmTextFieldSetString(library call) XmTextFieldSetString(library call)NAMEXmTextFieldSetString -- A TextField function that sets the string valueSYNOPSIS#include <Xm/TextF.h> void XmTextFieldSetString( Widget widget, char * value);DESCRIPTIONXmTextFieldSetString sets the string value of the TextField widget. This routine calls the widget's XmNvalueChangedCallback and verifica- tion callbacks, either XmNmodifyVerifyCallback or XmNmodifyVerifyCallbackWcs, or both. If both verification callback lists are registered, the procedures of the XmNmodifyVerifyCallback list are executed first and the resulting data is passed to the XmNmodifyVerifyCallbackWcs callbacks. It also sets the insertion cursor position to the beginning of the string and calls the widget's XmNmotionVerifyCallback call- backs. widget Specifies the TextField widget ID value Specifies the character pointer to the string value and places the string into the text edit window For a complete definition of TextField and its associated resources, see XmTextField(3).RELATEDXmTextField(3) and XmTextFieldSetStringWcs(3). XmTextFieldSetString(library call)
Related Man Pages |
---|
xmtextfieldreplacewcs(3) - redhat |
xmtextfieldreplacewcs(3) - centos |
xmtextfieldreplacewcs(3) - hpux |
xmtextfieldinsertwcs(3x) - osf1 |
xmtextfieldsetstringwcs(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
How to extract every repeated string between two specific string? |
Wrong Array... |
Tar Command |