Lines Matching refs:textprop
223 XTextProperty textprop;
235 XCompoundTextStyle, &textprop ) == Success )
242 textprop.encoding = XA_COMPOUND_TEXT(d);
243 textprop.value = (unsigned char *)value;
244 textprop.nitems = strlen(value);
245 textprop.format = 8;
248 if ( XwcTextPropertyToTextList( d, &textprop, (wchar_t***) &wlist, &count )
253 textprop.value = (unsigned char *) " >> ILLEGAL SELECTION << ";
257 if ( XwcTextPropertyToTextList( d, &textprop, (wchar_t***) &wlist, &count )
711 XTextProperty textprop;
713 XCompoundTextStyle, &textprop)
719 *value = (XtPointer)textprop.value;
720 *length = textprop.nitems;
730 XTextProperty textprop;
733 textprop.encoding = XA_COMPOUND_TEXT(d);
734 textprop.value = (unsigned char *)*value;
735 textprop.nitems = strlen(*value);
736 textprop.format = 8;
737 if (XwcTextPropertyToTextList(d, &textprop, (wchar_t***)&wlist, &count)
744 XStringStyle, &textprop) < Success) {
748 *value = (XtPointer)textprop.value;
749 *length = textprop.nitems;
887 XTextProperty textprop;
890 &textprop) < Success) {
896 salt->contents = (char *)textprop.value;
897 salt->length = textprop.nitems;