Searched refs:XGetTextProperty (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetTxtProp.c | 60 Status XGetTextProperty ( function in typeref:typename:Status 95 return (XGetTextProperty (dpy, w, tp, XA_WM_NAME)); 103 return (XGetTextProperty (dpy, w, tp, XA_WM_ICON_NAME)); 111 return (XGetTextProperty (dpy, w, tp, XA_WM_CLIENT_MACHINE));
|
| H A D | GetHints.c | 239 if (!XGetTextProperty (dpy, w, &tp, XA_WM_COMMAND)) return 0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxprop.c | 137 if (!XGetTextProperty(dpy, RootWindow(dpy,0), &tproot, atom) 147 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { 194 if (!XGetTextProperty(dpy, RootWindow(dpy,0), &tproot, atom) 204 if (XGetTextProperty(dpy, win, &tp, atom) && tp.nitems) { 273 if (!XGetTextProperty(dpy0, RootWindow(dpy0,0), &tp0, atom0) 288 if (!XGetTextProperty(dpy1, RootWindow(dpy1,0), &tp1, atom1)
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 464 extern Status XGetTextProperty(
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.c | 100 if (XGetTextProperty(dpy, client_leader, &tp, _XA_SM_CLIENT_ID)) { 119 if (XGetTextProperty(dpy, window, &tp, _XA_WM_WINDOW_ROLE)) {
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 125 if(XGetTextProperty(dpy, client_leader, &tp, XA_SM_CLIENT_ID)) { 149 if(XGetTextProperty(dpy, window, &tp, XA_WM_WINDOW_ROLE)) {
|
| H A D | win_utils.c | 227 XGetTextProperty(dpy, w, &text_prop, prop);
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 910 XGetTextProperty
|
| H A D | Makefile.in | 1302 XGetTextProperty
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 138 if (XGetTextProperty (disp, window, &tp, smClientIdAtom))
|
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 2023 if (!XGetTextProperty (dpy, w, &tp, winNameAtom) && 2024 !XGetTextProperty (dpy, w, &tp, XA_WM_NAME))
|
Completed in 18 milliseconds