Lines Matching defs:selection
56 ConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type,
111 LoseSelection(Widget w, Atom selection)
117 BW->bitmap.selection.own = False;
124 SelectionDone(Widget w, Atom *selection, Atom *target)
141 BW->bitmap.selection.own = XtOwnSelection(w, XA_PRIMARY, btime,
145 if (DEBUG && BW->bitmap.selection.own)
146 fprintf(stderr, "Own the selection\n");
152 SelectionCallback(Widget w, XtPointer cldat, Atom *selection, Atom *type,
170 XtWarning(" selection request failed. BitmapWidget");
174 BW->bitmap.selection.limbo = FALSE;
182 if (BW->bitmap.selection.own)
188 BW->bitmap.selection.limbo = TRUE;
191 while (BW->bitmap.selection.limbo) {
200 /* Returns true if there is a transferable selection */