diff options
Diffstat (limited to 'man/XtSetValues.man')
-rw-r--r-- | man/XtSetValues.man | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/man/XtSetValues.man b/man/XtSetValues.man index 0378eca..e5f57f9 100644 --- a/man/XtSetValues.man +++ b/man/XtSetValues.man @@ -103,14 +103,14 @@ Specifies the widget. Specifies the variable argument list \*(Al. .SH DESCRIPTION The -.BR XtSetValues +.B XtSetValues function starts with the resources specified for the -.BR Core +.B Core widget fields and proceeds down the subclass chain to the widget. At each stage, it writes the new value (if specified by one of the arguments) or the existing value (if no new value is specified) to a new widget data record. -.BR XtSetValues +.B XtSetValues then calls the set_values procedures for the widget in superclass-to-subclass order. .IN "hook" @@ -122,22 +122,22 @@ This procedure permits subclasses to set nonwidget data for .LP If the widget's parent is a subclass of .BR constraintWidgetClass , -.BR XtSetValues +.B XtSetValues also updates the widget's constraints. It starts with the constraint resources specified for -.BR constraintWidgetClass +.B constraintWidgetClass and proceeds down the subclass chain to the parent's class. At each stage, it writes the new value or the existing value to a new constraint record. It then calls the constraint set_values procedures from -.BR constraintWidgetClass +.B constraintWidgetClass down to the parent's class. The constraint set_values procedures are called with widget arguments, as for all set_values procedures, not just the constraint record arguments, so that they can make adjustments to the desired values based on full information about the widget. .LP -.BR XtSetValues +.B XtSetValues determines if a geometry request is needed by comparing the current widget to the new widget. If any geometry changes are required, @@ -148,35 +148,35 @@ or .BR XtGeometryNo . If .BR XtGeometryYes , -.BR XtSetValues +.B XtSetValues calls the widget's resize procedure. If .BR XtGeometryNo , -.BR XtSetValues +.B XtSetValues resets the geometry fields to their original values. If .BR XtGeometryAlmost , -.BR XtSetValues +.B XtSetValues calls the set_values_almost procedure, which determines what should be done and writes new values for the geometry fields into the new widget. -.BR XtSetValues +.B XtSetValues then repeats this process, deciding once more whether the geometry manager should be called. .LP Finally, if any of the set_values procedures returned .BR True , -.BR XtSetValues +.B XtSetValues causes the widget's expose procedure to be invoked by calling the Xlib -.BR XClearArea +.B XClearArea function on the widget's window. .LP The -.BR XtSetSubvalues +.B XtSetSubvalues function stores resources into the structure identified by base. .LP The -.BR XtGetValues +.B XtGetValues function starts with the resources specified for the core widget fields and proceeds down the subclass chain to the widget. The value field of a passed argument list should contain the @@ -187,10 +187,10 @@ resource representation type used within the widget. .LP If the widget's parent is a subclass of .BR constraintWidgetClass , -.BR XtGetValues +.B XtGetValues then fetches the values for any constraint resources requested. It starts with the constraint resources specified for -.BR constraintWidgetClass +.B constraintWidgetClass and proceeds down to the subclass chain to the parent's constraint resources. If the argument list contains a resource name that is not found in any of the resource lists searched, @@ -204,7 +204,7 @@ This permits a subclass to provide nonwidget resource data to .BR XtGetValues . .LP The -.BR XtGetSubvalues +.B XtGetSubvalues function obtains resource values from the structure identified by base. .SH "SEE ALSO" .br |