1XtQueryGeometry(3) XT FUNCTIONS XtQueryGeometry(3)
2
3
4
6 XtQueryGeometry - query the preferred geometry of a child widget
7
9 XtGeometryResult XtQueryGeometry(Widget w, XtWidgetGeometry *intended,
10 XtWidgetGeometry *preferred_return);
11
13 intended Specifies any changes the parent plans to make to the child's
14 geometry or NULL.
15
16 preferred_return
17 Returns the child widget's preferred geometry.
18
19 w Specifies the widget.
20
22 To discover a child's preferred geometry, the child's parent sets any
23 changes that it intends to make to the child's geometry in the correā
24 sponding fields of the intended structure, sets the corresponding bits
25 in intended.request_mode, and calls XtQueryGeometry.
26
27 XtQueryGeometry clears all bits in the preferred_return->request_mode
28 and checks the query_geometry field of the specified widget's class
29 record. If query_geometry is not NULL, XtQueryGeometry calls the
30 query_geometry procedure and passes as arguments the specified widget,
31 intended, and preferred_return structures. If the intended argument is
32 NULL, XtQueryGeometry replaces it with a pointer to an XtWidgetGeometry
33 structure with request_mode=0 before calling query_geometry.
34
36 XtConfigureWidget(3), XtMakeGeometryRequest(3)
37 X Toolkit Intrinsics - C Language Interface
38 Xlib - C Language X Interface
39
40
41
42X Version 11 libXt 1.1.5 XtQueryGeometry(3)