Lines Matching refs:selection

1367 ConvertSelection(w, selection, target, type, value, length, format)
1369 Atom *selection, *target, *type;
1384 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
1387 XmuConvertStandardSelection(w, ctx->text.time, selection,
1415 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
1471 if (XmuConvertStandardSelection(w, ctx->text.time, selection, target, type,
1504 LoseSelection(w, selection)
1506 Atom *selection;
1516 if ( (*selection == *atomP) ||
1525 * Must walk the selection list in opposite order from UnsetSelection.
1581 Atom selection = selections[--count];
1586 if ((buffer = GetCutBufferNumber(selection)) != NOT_A_CUT_BUFFER) {
1596 else /* This is a real selection. */
1597 XtOwnSelection(w, selection, ctx->text.time,
1712 * In the event that this span contains highlighted text for the selection,
1804 * This routine implements multi-click selection in a hardwired manner.
1810 * multi-click selection user interfaces.]
1871 "Text Widget: empty selection array.");
1899 * extending from either end of the selection and handles the case when you
1900 * cross through the "center" of the current selection (e.g. switch which
1904 * multi-click selection user interfaces.]
1915 if (!motion) { /* setup for extending selection */
2085 * Description: Sets the current selection.
2087 * defaultSel - the default selection.
2088 * l, r - the left and right ends of the selection.
2089 * list, nelems - the selection list (as strings).
2092 * NOTE: if (ctx->text.s.left >= ctx->text.s.right) then the selection
2113 * Description: Modifies the current selection.
2115 * left, right - the left and right ends of the selection.
2118 * NOTE: if (ctx->text.s.left >= ctx->text.s.right) then the selection
2133 * This routine is used to perform various selection functions. The goal is
2135 * multi-click selection user interfaces from the outside.
2151 * This flag is used by TextPop.c:DoReplace() to determine if the selection
2683 * NOTE: Must walk the selection list in opposite order from LoseSelection.