Lines Matching defs:selection
255 * Description: Dummy selection converter.
257 * selection - the current selection atom.
259 * type - the type to conver the selection to.
262 * Returns: TRUE if the selection has been converted.
268 ConvertSelection(w, selection, target, type, value, length, format)
270 Atom * selection, * target, * type;
279 * Description: allows special setting of the selection.
281 * left, right - bounds of the selection.
282 * selection - the selection atom.
288 SetSelection(w, left, right, selection)
291 Atom selection;
493 * Description: Dummy selection converter.
495 * selection - the current selection atom.
497 * type - the type to conver the selection to.
500 * Returns: TRUE if the selection has been converted.
506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target,
510 XawTextSourceConvertSelection(w, selection,
513 Atom * selection, * target, * type;
526 return((*class->textSrc_class.ConvertSelection)(w, selection, target, type,
531 * Description: allows special setting of the selection.
533 * left, right - bounds of the selection.
534 * selection - the selection atom.
541 XawTextPosition right, Atom selection)
543 XawTextSourceSetSelection(w, left, right, selection)
546 Atom selection;
556 (*class->textSrc_class.SetSelection)(w, left, right, selection);