Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtIsTopLeve(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtIsSubclass(1)

Core(3)

TopLevelShell(3)

 

Name

XtIsTopLevelShell — test whether a widget is a subclass of the TopLevelShell widget class. 

Synopsis

Boolean XtIsTopLevelShell(object)

    Widget object;

Arguments

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

Description

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

#define XtIsTopLevelShell(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x80))

See Also

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

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