Searched defs:textprop (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrc.c600 XTextProperty textprop; local
602 XTextStyle, &textprop) < Success) {
608 *len_in_out = textprop.nitems;
609 return((char *)textprop.value);
631 XTextProperty textprop; local
644 if (XmbTextListToTextProperty(d, &buf, 1, XTextStyle, &textprop)
653 if (XwcTextPropertyToTextList(d, &textprop,
H A DTextAction.c223 XTextProperty textprop; local
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; local
730 XTextProperty textprop; local
887 XTextProperty textprop; local
[all...]
H A DText.c1589 XTextProperty textprop; local
1591 XCompoundTextStyle, &textprop)
1597 *value = (XtPointer)textprop.value;
1598 *length = textprop.nitems;
1608 XTextProperty textprop; local
1611 textprop.encoding = XA_COMPOUND_TEXT(d);
1612 textprop.value = (unsigned char *)*value;
1613 textprop.nitems = strlen(*value);
1614 textprop.format = 8;
1615 if (XwcTextPropertyToTextList(d, &textprop, (wchar_
1820 XTextProperty textprop; local
1903 XTextProperty textprop; local
[all...]

Completed in 1531 milliseconds