Lines Matching refs:selection
240 * Description: Dummy selection converter.
242 * selection - the current selection atom.
244 * type - the type to conver the selection to.
247 * Returns: TRUE if the selection has been converted.
253 ConvertSelection(w, selection, target, type, value, length, format)
255 Atom * selection, * target, * type;
264 * Description: allows special setting of the selection.
266 * left, right - bounds of the selection.
267 * selection - the selection atom.
273 SetSelection(w, left, right, selection)
276 Atom selection;
379 * Description: Dummy selection converter.
381 * selection - the current selection atom.
383 * type - the type to conver the selection to.
386 * Returns: TRUE if the selection has been converted.
391 XawTextSourceConvertSelection(w, selection,
394 Atom * selection, * target, * type;
401 return((*class->textSrc_class.ConvertSelection)(w, selection, target, type,
406 * Description: allows special setting of the selection.
408 * left, right - bounds of the selection.
409 * selection - the selection atom.
414 XawTextSourceSetSelection(w, left, right, selection)
417 Atom selection;
421 (*class->textSrc_class.SetSelection)(w, left, right, selection);