Lines Matching defs:property
29 * (target, property). This either
30 * points to a retrieved property (for
65 * Largest property that we'll accept when sending or receiving the
145 retr.property = selection;
163 retr.property, retr.winPtr->window, CurrentTime);
205 * This procedure is invoked when property-change events
209 * the property containing a part of the selection.
215 * If the property that is receiving the selection was just
217 * placed in the property, until eventually there's no more
237 * See if this event announces the deletion of a property being
239 * data to the property.
393 if (retrPtr->property == eventPtr->xselection.property) {
396 if (eventPtr->xselection.property == None) {
411 eventPtr->xselection.requestor, retrPtr->property,
419 Tcl_SetResult(retrPtr->interp, "selection property too large",
452 retrPtr->property);
603 reply.property = eventPtr->property;
604 if (reply.property == None) {
605 reply.property = reply.target;
621 * a MULTIPLE conversion, then read the property describing which
630 singleInfo[1] = reply.property;
640 if (eventPtr->property == None) {
644 eventPtr->requestor, eventPtr->property,
669 Atom target, property, type;
676 property = incr.multAtoms[2*i + 1];
719 * Got the selection; store it back on the requestor's property.
748 property, type, format, PropModeReplace,
773 XChangeProperty(reply.display, reply.requestor, reply.property,
780 * Not a MULTIPLE request. The first property in "multAtoms"
784 reply.property = incr.multAtoms[1];
834 reply.property = None;
847 * side. It is invoked in response to property changes on
875 if ((eventPtr->xproperty.atom != retrPtr->property)
882 eventPtr->xproperty.window, retrPtr->property, 0, MAX_PROP_WORDS,
889 Tcl_SetResult(retrPtr->interp, "selection property too large",
1070 * The property gets generated by converting each field to an
1127 * Given an X property value, formatted as a collection of 32-bit
1133 * The return value is the string equivalent of "property". It is
1146 int numValues; /* Number of 32-bit values in property. */
1147 Atom type; /* Type of property Should not be
1157 * Convert each long in the property to a string value, which is