Lines Matching refs:text_prop
224 XTextProperty text_prop;
227 XGetTextProperty(dpy, w, &text_prop, prop);
228 if(text_prop.value == NULL) {
232 if(text_prop.encoding == XA_STRING
233 || text_prop.encoding == XA_UTF8_STRING
234 || text_prop.encoding == XA_COMPOUND_TEXT) {
245 && text_prop.encoding != XA_STRING
246 && text_prop.encoding != XA_COMPOUND_TEXT) {
252 && text_prop.encoding != XA_UTF8_STRING) {
261 XFree(text_prop.value);
267 status = XmbTextPropertyToTextList(dpy, &text_prop, &text_list,
273 XFree(text_prop.value);
315 XFree(text_prop.value);