Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtIsConstra(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtIsSubclass(1)

Constraint(3)

Core(3)

 

Name

XtIsConstraint — test whether a widget is a subclass of the Constraint widget class. 

Synopsis

Boolean XtIsConstraint(object)

    Widget object;

Arguments

objectSpecifies the widget whose class is to be tested; may be of class Object or any subclass thereof. 

Description

XtIsConstraint tests whether a widget is a subclass of the Constraint widget class.  This is really just a convenience function equivalent to calling XtIsSubclass with constraintWidgetClass as the object_class argument.  XtIsConstraint is defined as a macro in <X11/Intrinsic.h>:

#define XtIsConstraint(widget) XtIsSubclass(widget, (WidgetClass) \
   constraintWidgetClass)

See Also

XtIsSubclass(1),
Constraint(3), Core(3). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026