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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSinkP.h57 void (*InsertCursor)(); member in struct:_TextSinkClassPart
H A DXaw3_1AsciiSink.c50 static void DisplayText(), InsertCursor(), FindPosition();
103 /* InsertCursor */ InsertCursor,
326 InsertCursor (w, x, y, state) function
H A DXaw3_1TextSink.c53 static void DisplayText(), InsertCursor(), ClearToBackground(), FindPosition();
107 /* InsertCursor */ InsertCursor,
138 if (t_src->text_sink_class.InsertCursor == XtInheritInsertCursor)
139 t_src->text_sink_class.InsertCursor =
140 superC->text_sink_class.InsertCursor;
266 /* Function Name: InsertCursor
267 * Description: Places the InsertCursor.
279 InsertCursor(w, x, y, state) function
529 * Description: Places the InsertCursor
[all...]
H A DXaw3_1Text.c625 InsertCursor (w, state) function
2258 InsertCursor((Widget)ctx, XawisOff);
2401 InsertCursor((Widget)ctx, XawisOn);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h80 void (*InsertCursor)(); member in struct:_TextSinkClassPart
H A DAsciiSink.c72 static void DisplayText(), InsertCursor(), FindPosition();
127 /* InsertCursor */ InsertCursor,
350 InsertCursor (w, x, y, state) function
H A DTextSink.c58 static void DisplayText(), InsertCursor(), ClearToBackground(), FindPosition();
110 /* InsertCursor */ InsertCursor,
141 if (t_src->text_sink_class.InsertCursor == XtInheritInsertCursor)
142 t_src->text_sink_class.InsertCursor =
143 superC->text_sink_class.InsertCursor;
267 /* Function Name: InsertCursor
268 * Description: Places the InsertCursor.
280 InsertCursor(w, x, y, state) function
512 * Description: Places the InsertCursor
[all...]
H A DMultiSink.c98 static void DisplayText(), InsertCursor(), FindPosition();
151 /* InsertCursor */ InsertCursor,
374 InsertCursor (w, x, y, state) function
H A DText.c665 InsertCursor (w, state) function
2670 InsertCursor((Widget)ctx, XawisOff);
2829 InsertCursor((Widget)ctx, XawisOn);

Completed in 36 milliseconds