Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtClass(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtCheckSubclass(1)

XtIsSubclass(1)

XtSuperclass(1)

Core(3)

 

Name

XtClass — obtain a widget’s class. 

Synopsis

WidgetClass XtClass(object)

    Widget object;

Arguments

objectSpecifies the object; may be of class Object or any subclass thereof. 

Description

XtClass returns a pointer to the widget’s class structure. 

The class is obtained by accessing the widget core field core.widget_class. 

XtClass is a macro for programs that include <X11/CoreP.h>.  It is a function for application programs that do not have access to the Core widget field names. 

See Also

XtCheckSubclass(1), XtIsSubclass(1), XtSuperclass(1),
Core(3). 

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