NAME
XctReset — reset an XctData structure for reparsing a Compound Text string.
SYNOPSIS
#include <X11/Xmu/Xct.h>
void XctReset(data)
XctData data;
ARGUMENTS
dataSpecifies the Compound Text structure.
DESCRIPTION
XctReset resets the XctData structure to reparse the Compound Text string from the beginning.
SEE ALSO
XctCreate, XctFree, XctNextItem.
Xlib Reference Manual