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