Searched refs:textProp (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c460 XTextProperty textProp;
474 if (XStringListToTextProperty(&wmPtr->titleUid, 1, &textProp) != 0) {
475 XSetWMName(winPtr->display, winPtr->window, &textProp);
476 XFree((char *) textProp.value);
498 if (XStringListToTextProperty(&wmPtr->clientMachine, 1, &textProp)
501 &textProp);
502 XFree((char *) textProp.value);
841 XTextProperty textProp;
842 if (XStringListToTextProperty(&wmPtr->clientMachine, 1, &textProp)
845 &textProp);
458 XTextProperty textProp; local
835 XTextProperty textProp; local
1648 XTextProperty textProp; local
[all...]

Completed in 12 milliseconds