Searched defs:stopAtWordBreak (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSink.c320 * stopAtWordBreak - returned position is a word break?
329 FindPosition(w, fromPos, fromx, width, stopAtWordBreak,
334 Boolean stopAtWordBreak;
583 * stopAtWordBreak - returned position is a word break?
596 /* Boolean */ int stopAtWordBreak,
598 Boolean stopAtWordBreak,
602 XawTextSinkFindPosition(w, fromPos, fromx, width, stopAtWordBreak,
607 Boolean stopAtWordBreak;
615 stopAtWordBreak,
593 XawTextSinkFindPosition(Widget w, XawTextPosition fromPos, int fromx, int width, int stopAtWordBreak, XawTextPosition *resPos, int *resWidth, int *resHeight) argument

Completed in 241 milliseconds