Lines Matching defs:selection

5  *	selection support.
19 * When a selection is owned by a window on a given display, one of the
22 * a selection for use in later retrieval requests. There is a list of
28 Atom selection; /* Selection name, e.g. XA_PRIMARY. */
29 Tk_Window owner; /* Current owner of this selection. */
32 * selection (used to filter out redundant
34 Time time; /* Timestamp used to acquire selection. */
36 * selection. */
44 * One of the following structures exists for each selection handler
50 Atom selection; /* Selection name, e.g. XA_PRIMARY */
51 Atom target; /* Target type for selection
54 Atom format; /* Format in which selection
57 Tk_SelectionProc *proc; /* Procedure to generate selection
64 /* Next selection handler associated
70 * When the selection is being retrieved, one of the following
71 * structures is present on a list of pending selection retrievals.
73 * procedure that requests the selection and the foreground
74 * event handler that processes the events in which the selection
76 * can be multiple simultaneous selection retrievals (e.g. on
83 * selection. */
84 Atom selection; /* Selection being requested. */
85 Atom property; /* Property where selection will appear. */
86 Atom target; /* Desired form for selection. */
89 * of selection. */
92 * return value once the selection
97 * selection owner. */
100 * selection retrievals. NULL means
107 * CLIPBOARD selection is retrieved. All buffers of a given type on the
133 * represents. If this happens, the code that is retrieving the selection
149 * Declarations for variables shared among the selection-related files:
157 * Chunk size for retrieving selection. It's defined both in
167 * Declarations for procedures that are used by the selection-related files
177 Tk_Window tkwin, Atom selection, Atom target,