Lines Matching refs:selection

159     Atom selection;	/* selection atom when asking XA_COMPOUND_TEXT */
185 _SelectionReceived(w, client_data, selection, type, value, length, format)
188 Atom *selection, *type;
205 XtGetSelectionValue(w, list->selection, XA_STRING, _SelectionReceived,
255 fprintf( stderr, "Xaw Text Widget: An attempt was made to insert an illegal selection.\n" );
282 XFree(value); /* the selection value should be freed with XFree */
292 Atom selection;
295 selection = XInternAtom(XtDisplay(w), *params, False);
296 switch (selection) {
314 _SelectionReceived(w, (XtPointer) NULL, &selection, &type, (XPointer)line,
326 list->selection = selection;
328 XtGetSelectionValue(w, selection, XA_COMPOUND_TEXT(XtDisplay(w)),
614 MatchSelection(selection, s)
615 Atom selection;
622 if (*match == selection)
630 ConvertSelection(w, selection, target, type, value, length, format)
632 Atom *selection, *target, *type;
649 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
652 XmuConvertStandardSelection(w, ctx->text.time, selection,
681 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
685 if (MatchSelection (*selection, &salt->s))
797 if (XmuConvertStandardSelection(w, ctx->text.time, selection, target, type,
806 LoseSelection(w, selection)
808 Atom* selection;
821 if (*selection == *atomP)
831 * Must walk the selection list in opposite order from UnsetSelection.
871 Atom selection = XInternAtom(XtDisplay(ctx), "SECONDARY", False);
873 LoseSelection ((Widget) ctx, &selection);
902 salt->s.selections[0] = selection;
903 XtOwnSelection ((Widget) ctx, selection, ctx->text.time,
2203 {"delete-selection", DeleteCurrentSelection},
2209 {"kill-selection", KillCurrentSelection},
2230 {"insert-selection", InsertSelection},