Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtIsWMShell(3x) — HP-UX ANSI C A.10.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtIsSubclass(1)

 

NAME

XtIsWMShell − test whether a widget is a subclass of the WMShell widget class. 

Synopsis

Boolean XtIsWMShell(object)

    Widget object;

Inputs

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

Returns

True if object is of class WMShell or a subclass thereof; False otherwise. 

Description

XtIsWMShell() tests whether object is a subclass of the WMShell widget class.  It may be defined as a macro or a function, and is equivalent to, but may be faster than, calling XtIsSubclass() for this class. 

See Also

XtIsSubclass(1). 

Copyright O’Reilly & Assoc.  —  X Toolkit Intrinsics Reference Manual © O’Reilly & Associates

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