Home
last modified time | relevance | path

Searched refs:xa_prop_name (Results 1 – 9 of 9) sorted by relevance

/dports/devel/jna/jna-5.7.0/contrib/x11/src/jnacontrib/x11/api/
H A DX.java750 byte[] property = getProperty(xa_prop_type, xa_prop_name); in getIntProperty()
766 return getIntProperty(xa_prop_type, display.getAtom(xa_prop_name)); in getIntProperty()
778 Integer windowId = getIntProperty(xa_prop_type, xa_prop_name); in getWindowProperty()
795 return getWindowProperty(xa_prop_type, display.getAtom(xa_prop_name)); in getWindowProperty()
807 byte[] bytesOrig = getProperty(xa_prop_type, xa_prop_name); in getNullTerminatedProperty()
850 byte[] bytes = getProperty(xa_prop_type, xa_prop_name); in getNullReplacedStringProperty()
912 return new String(getProperty(xa_prop_type, xa_prop_name)).split("\0"); in getStringListProperty()
924 byte[] property = getProperty(xa_prop_type, xa_prop_name); in getStringListProperty()
960 return getUtf8Property(xa_prop_type, display.getAtom(xa_prop_name)); in getUtf8Property()
988 return getUtf8ListProperty(xa_prop_type, display.getAtom(xa_prop_name)); in getUtf8ListProperty()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/hacks/
H A Dhacks_x11.cpp47 Atom xa_prop_name; in get_property() local
56 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
63 …if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, xa_prop_type… in get_property()
/dports/x11/simdock/trunk/src/
H A Dxstuff.cc53 Atom xa_prop_name; in get_property() local
62 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
69 if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, in get_property()
/dports/shells/viewglob/viewglob-2.0.4/common/
H A Dx11-stuff.c234 Atom xa_prop_name; in get_property() local
243 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
250 if (XGetWindowProperty(disp, win, xa_prop_name, 0, in get_property()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dwindowhandle.cpp48 Atom xa_prop_name; in get_property() local
55 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
74 if(XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, in get_property()
/dports/misc/gkrellm-xkb/gkrellm-xkb-1.05/
H A Dmain.c707 Atom xa_prop_name; in get_property() local
716 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
718 if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, in get_property()
/dports/x11/lxhotkey/lxhotkey-0.1.1/src/
H A Dlxhotkey.c73 Atom xa_prop_name; in get_property() local
82 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
99 if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, in get_property()
/dports/x11/wmctrl/wmctrl-1.07/
H A Dmain.c1413 Atom xa_prop_name; in get_property() local
1422 xa_prop_name = XInternAtom(disp, prop_name, False); in get_property()
1429 if (XGetWindowProperty(disp, win, xa_prop_name, 0, MAX_PROPERTY_VALUE_LEN / 4, False, in get_property()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp1366 Atom xa_prop_name; in get_X11_property() local
1373 xa_prop_name = XInternAtom(disp, prop_name, False); in get_X11_property()
1381 if (XGetWindowProperty(disp, win, xa_prop_name, 0, 1024, False, in get_X11_property()