Home | History | Annotate | Download | only in motif_l

Lines Matching defs:to

80 	/* we may or may not have to free the children */
96 * If the X resource does not exist, no change is made to the value
104 XrmValue from, to;
118 to.addr = resources[i].value;
123 to.size = sizeof(int);
128 /* String to Boolean */
129 to.size = sizeof(Boolean);
134 /* String to Font structure */
135 to.size = sizeof(XFontStruct *);
140 /* String to Pixel backup algorithm */
145 /* String to Pixel */
146 to.size = sizeof(Pixel);
151 /* String to Cursor */
152 to.size = sizeof(int);
161 success = XtConvertAndStore( wid, XtRString, &from, kind, &to );