Lines Matching defs:selection
54 static Boolean convert(Widget w, Atom *selection, Atom *target, Atom *type,
59 static void done(Widget w, Atom *selection, Atom *target);
60 static void lose(Widget w, Atom *selection);
350 * means that the user may not do a partial selection of the number
357 static Boolean convert(Widget w, Atom *selection, Atom *target, Atom *type,
373 * called when xcalc loses ownership of the selection.
376 static void lose(Widget w, Atom *selection)
382 * called when some other client got the selection.
385 static void done(Widget w, Atom *selection, Atom *target)
391 * called by the selection() action routine, in response to user action.