Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

initialize(4)

initialize

NAME

XtInitProc − interface definition for the initialize() methods. 

Synopsis

typedef void (*XtInitProc)(Widget, Widget, ArgList, Cardinal *);

    Widget request;
    Widget init;
    ArgList args;
    Cardinal *num_args;

Inputs

requestSpecifies the widget with resource values as requested by the argument list, the resource database, and the widget defaults, before any initialization. 

initSpecifies a widget with resource and nonresource values modified by calls to the widget’s superclasses’initialize() methods. 

argsSpecifies the argument list passed to XtCreateWidget(). 

num_argsSpecifies the number of arguments in args. 

Description

XtInitProc is the type of the Core and Object initialize() method and the Constraint initialize() method.  See the initialize() reference pages in Section 4. 

See Also

initialize(4), Constraint initialize(4). 

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

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