Lines Matching defs:property

53  * passing property data as or casting returned property data to
86 static Atom _XA_NET_SUPPORTED; /* list of protocols (property of root) */
87 static Atom _XA_NET_WM_NAME; /* window property */
88 static Atom _XA_NET_WM_STATE; /* both window property and request */
131 #define _NET_WM_STATE_REMOVE 0 /* remove/unset property */
132 #define _NET_WM_STATE_ADD 1 /* add/set property */
133 #define _NET_WM_STATE_TOGGLE 2 /* toggle property */
381 awt_getAtomListProperty(Window w, Atom property, unsigned long *nitems_ptr)
400 property, 0, 0xFFFF, False, XA_ATOM,
425 * Auxiliary function that returns the value of 'property' of type
426 * 'property_type' on window 'w'. Format of the property must be 8.
431 awt_getProperty8(Window w, Atom property, Atom property_type)
452 property, 0, 0xFFFF, False, property_type,
471 * Auxiliary function that returns the value of 'property' of type
472 * 'property_type' on window 'w'. Format of the property must be 32.
475 awt_getProperty32(Window w, Atom property, Atom property_type)
499 property, 0, 1, False, property_type,
607 * Check that that the list of protocols specified by WM in property
681 * Enlightenment uses STRING property for its comms window id. Gaaa!
682 * The property is ENLIGHTENMENT_COMMS, STRING/8 and the string format
743 * uses STRING property peculiar to Enlightenment.
775 * second element of the property and check for presence of
865 * second element of the property and check for presence of
1015 * approximate the check by setting the property in this function and
1116 * This one is pretty lame, but the only property peculiar to OLWM is
1688 * Read property of type CARDINAL[4] = { left, right, top, bottom }
1733 * If WM implements the insets property - fill insets with values
1734 * specified in that property.
2025 * Notice window state change when WM changes a property on the window ...
2031 * Check if property change is a window state protocol message.
2196 * _NET_WM_STATE property on the window to the desired state before
2254 int mode; /* property mode: replace/append */
2342 * WIN_STATE property on the window to the desired state before
2472 * _NET_WM_STATE property on the window to the desired state before
2531 /* atom was found and removed: change property */
2556 * WIN_LAYER property on the window to the desired state before
2793 * property that this code knows nothing about, so this workaround is