1XtGetSelectionParameters(3) XT FUNCTIONS XtGetSelectionParameters(3)
2
3
4
6 XtGetSelectionParameters - retrieve target parameters for a selection
7 request with a single target
8
10 #include <X11/Intrinsic.h>
11
12 void XtGetSelectionParameters(Widget owner, Atom selection, XtRequestId
13 request_id, Atom *type_return, XtPointer *value_return, unsigned
14 long *length_return, int *format_return);
15
17 owner Specifies the widget that owns the specified selection.
18
19 selection Specifies the selection being processed.
20
21 request_id
22 Specifies the requestor id in the case of incremental selec‐
23 tions, or NULL in the case of atomic transfers.
24
25 type_return
26 Specifies a pointer to an atom in which the property type of
27 the parameters will be stored.
28
29 value_return
30 Specifies a pointer into which a pointer to the parameters
31 are to be stored. A NULL will be stored if no parameters
32 accompany the request.
33
34 length_return
35 Specifies a pointer into which the number of data elements in
36 value_return of size indicated by format_return will be
37 stored.
38
39 format_return
40 Specifies a pointer into which the size in bits of the param‐
41 eter data in the elements of value_return will be stored.
42
44 XtGetSelectionParameters may only be called from within an XtConvertSe‐
45 lectionProc or from within the last call to an XtConvertSelectionIncr‐
46 Proc with a new request_id.
47
49 XtSetSelectionParameters(3)
50 X Toolkit Intrinsics - C Language Interface
51 Xlib - C Language X Interface
52
53
54
55X Version 11 libXt 1.2.0 XtGetSelectionParameters(3)