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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSinkP.h58 void (*ClearToBackground)(); member in struct:_TextSinkClassPart
H A DXaw3_1TextSink.c53 static void DisplayText(), InsertCursor(), ClearToBackground(), FindPosition();
108 /* ClearToBackground */ ClearToBackground,
142 if (t_src->text_sink_class.ClearToBackground== XtInheritClearToBackground)
143 t_src->text_sink_class.ClearToBackground =
144 superC->text_sink_class.ClearToBackground;
287 /* Function Name: ClearToBackground
298 ClearToBackground (w, x, y, width, height) function
572 (*class->text_sink_class.ClearToBackground)(w, x, y, width, height);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h81 void (*ClearToBackground)(); member in struct:_TextSinkClassPart
H A DTextSink.c58 static void DisplayText(), InsertCursor(), ClearToBackground(), FindPosition();
111 /* ClearToBackground */ ClearToBackground,
145 if (t_src->text_sink_class.ClearToBackground== XtInheritClearToBackground)
146 t_src->text_sink_class.ClearToBackground =
147 superC->text_sink_class.ClearToBackground;
288 /* Function Name: ClearToBackground
299 ClearToBackground (w, x, y, width, height) function
574 (*class->text_sink_class.ClearToBackground)(w, x, y, width, height);

Completed in 227 milliseconds