The XtCheckSubclassmacro determines if the class of the specified widget is equal to or is a subclass of the specified widget class. The widget can be any number of subclasses down the chain and need not be an immediate subclass of the specified widget class. これは指定したウィジェットのクラスにおける、直接のサブクラスでなくてもよい。 - XFree86
The FontGrid widget is an application-specific widget,and a subclass of the Simple widget in the Athena widget set. The effects and instance names of this widget's resources are given in the OPTIONS section.Capitalize the first letter of the resource instance name to get the corresponding class name. リソースのインスタンス名における最初の文字を大文字にしたものがクラス名である。 - XFree86
If the widget is not a subclass ofcompositeWidgetClass, XtRealizeWidget returns; otherwise, it continuesand performs the following:
\\(bu 5ウィジェットがcompositeWidgetClass のサブクラスでないならば、XtRealizeWidget はここで戻る。 - XFree86
If thewidget's parent is a subclass of compositeWidgetClass and if the parentis not being destroyed, it calls XtUnmanageChild on the widget andthen calls the widget's parent's delete_child procedure (see Section 3.4).If the widget's parent is a subclass of constraintWidgetClass, it callsthe constraint destroy procedure for the parent, then the parent's superclass,until finally it calls the constraint destroy procedure for constraintWidgetClass.Calls the destroy methods for the widget (and all descendants) in post-order.For each such widget, it calls the destroy procedure declared in the widgetclass, then the destroy procedure declared in its superclass, until finallyit calls the destroy procedure declared in the Core class record.
\\(bu 5ウィジェット(と、その全ての下位ウィジェット)に登録された破棄コールバック手続きを呼ぶ。 - XFree86
The XtGetValues function starts with the resources specified for the core widget fields and proceeds down the subclass chain to the widget. .LP関数XtGetValuesは、コアウィジェットのフィールドに対して指定されたリソースから処理を始め、そのウィジェットまでサブクラスの関係をたどってゆく。 - XFree86
Description The XtSetValues function starts with the resources specified for the Corewidget fields and proceeds down the subclass chain to the widget. 説明関数XtSetValuesは、Core ウィジェットのフィールドに対して指定されたリソースから処理を始め、そのウィジェットまでサブクラスの関係をたどってゆく。 - XFree86
If the specified widget is not a subclass, XtCheckSubclassconstructs an error message from the supplied message, the widget's actual class, and the expected class and calls XtErrorMsg. 指定したウィジェットがサブクラスでないならば、XtCheckSubclass は提供されたメッセージ、ウィジェットの実際のクラス、予想されるクラスからエラーメッセージを作成し、XtErrorMsg を呼び出す。 - XFree86
Recursively descendsthe tree and deallocates all pop-up widgets, constraint records, callbacklists and, if the widget is a subclass of compositeWidgetClass, children.
\\(bu 5このウィジェットの親がconstraintWidgetClassの場合、最終的にconstraintWidgetClassに対して constraint 情報の破棄手続きが呼ばれるまで、親、そしてそのスーパークラスに対して constraint の破棄手続きが呼ばれる。 - XFree86