Lines Matching defs:selection
61 static Boolean ConvertCommand ( Widget w, Atom * selection, Atom * target,
66 static void GetClientValue ( Widget w, XtPointer data, Atom *selection,
78 * Description: Called if the client takes too long to take our selection.
80 * communication selection.
179 * command selection.
180 * Arguments: w - the widget that will own the selection.
296 * Description: Converts the command string into a selection that can
299 * Returns: TRUE if we could convert the selection and target asked for.
304 ConvertCommand(Widget w, Atom *selection, Atom *target, Atom *type_ret,
307 if ((*selection != atom_comm) || (*target != atom_command))
322 * Description: done with the selection.
331 /* Keep the toolkit from automatically freeing the selection value */
338 * Description: Called when we have lost the selection, asks client
339 * for the selection value.
340 * Arguments: w - the widget that just lost the selection.
341 * sel - the selection.
363 * Arguments: w - the widget that asked for the selection.
365 * sel - the selection.
366 * type - the type of the selection.
367 * value - the selection's value.
368 * length - the length of the selection's value.
369 * format - the format of the selection.
377 GetClientValue(Widget w, XtPointer data, Atom *selection, Atom *type,
409 if (!XtOwnSelection(w, *selection, CurrentTime, ConvertCommand,