Searched defs:selection (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkSelect.h5 * 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. */ member in struct:TkSelectionInfo
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; /* Selectio member in struct:TkSelHandler
84 Atom selection; /* Selection being requested. */ member in struct:TkSelRetrievalInfo
[all...]
H A DtkSelect.c4 * This file manages the selection for the Tk toolkit,
21 * When a selection handler is set up by invoking "selection handle",
35 * When selection ownership is claimed with the "selection own" Tcl command,
37 * to be executed when the selection is lost again.
72 * as the handler for selection requests of a particular
74 * selection.
80 * In the future, whenever the selection is in tkwin's
81 * window and someone requests the selection i
598 Atom selection; local
[all...]
H A DtkListbox.c6 * one per line, and provides scrolling and selection.
91 int selBorderWidth; /* Width of border around selection. */
134 int selectAnchor; /* Fixed end of selection (i.e. element
135 * at which selection was started.) */
137 * to X selection. */
548 panic("ListboxWidgetCmd: selection count incorrect");
700 && (strncmp(argv[1], "selection", length) == 0)) {
705 argv[0], " selection option index ?index?\"",
724 argv[0], " selection anchor index\"", (char *) NULL);
736 argv[0], " selection include
2011 Tcl_DString selection; local
[all...]
/ast/src/lib/libtk/unix/
H A DtkUnixSelect.c19 * When handling INCR-style selection retrievals, the selection owner
25 TkWindow *winPtr; /* Window that owns selection. */
26 Atom selection; /* Selection that is being retrieved. */ member in struct:IncrInfo
49 * anything from the selection
53 * selection at beginning of request;
54 * used to abort transfer if selection
66 * selection:
97 * Retrieve the specified selection from another process.
101 * If an error occurs (such as no selection exist
[all...]

Completed in 27 milliseconds