1XtGetClassExtension(3) XT FUNCTIONS XtGetClassExtension(3)
2
3
4
6 XtGetClassExtension - locate a class extension record
7
9 XtPointer XtGetClassExtension(WidgetClass object_class, Cardinal
10 byte_offset, XrmQuark type, long version, Cardinal record_size);
11
13 object_class
14 Specifies the widget class containing the extension list to
15 be searched.
16
17 byte_offset
18 Specifies the offset in bytes form the base of the widget
19 class of the extension field to be searched.
20
21 type Specifies the name of the class extension to be located.
22
23 version Specifies the minimum acceptable version of the class exten‐
24 sion required for a match.
25
26 record_size
27 Specifies the minimum acceptable length of the class exten‐
28 sion record required for match, or 0.
29
31 The list of extension records at the specified offset in the specified
32 widget_class will be searched for a match on the specified type, a ver‐
33 sion greater than or equal to the specified version, and a record size
34 greater than or equal the specified record_size if it is nonzero.
35 XtGetClassExtension returns a pointer to a matching extension record or
36 NULL if no match is found. The returned extension record is owned by
37 the widget class and must not be modified or freed by the caller,
38 except possibly to be modified by the widget class owner.
39
41 X Toolkit Intrinsics - C Language Interface
42 Xlib - C Language X Interface
43
44
45
46X Version 11 libXt 1.1.5 XtGetClassExtension(3)