XmTextReplaceWcs (3) Linux Manual Page
XmTextReplaceWcs — A Text function that replaces part of a wide character string in a Text widget Synopsis #include <Xm/Text.h> void XmTextReplaceWcs( Widget widget, XmTextPosition from_pos, XmTextPosition to_pos, wchar_t *wcstring); Description XmTextReplaceWcs replaces part of the wide character string in the Text widget. The character positions begin at zero and are numbered sequentially from the…
