Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

get_values_hook(4)

get_values_hook

initialize_hook(4)

NAME

XtArgsProc − interface definition for the initialize_hook() and get_values_hook() methods. 

Synopsis

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

    Widget widget;
    ArgList args;
    Cardinal *num_args;

Inputs

widgetSpecifies the widget that is being initialized or passed to XtGetValues(). 

argsSpecifies the argument list that was passed to XtCreateWidget() or XtGetValues(). 

num_argsSpecifies a pointer to the number of elements in args. 

Description

XtArgsProc is the type of the Core initialize_hook() method and the Core and Constraint get_values_hook() methods.  The initialize_hook() method is obsolete in Release 4 and later because the args and num_args arguments are now passed directly to the initialize() method.  See the reference pages for these methods in Section 4 for more information. 

See Also

get_values_hook(4), Constraint get_values_hook(4), initialize_hook(4). 

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

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