Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtArgsFunc(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

set_values_hook(4)

 

NAME

XtArgsFunc − interface definition for the set_values_hook() method. 

Synopsis

typedef Boolean (*XtArgsFunc)(Widget, ArgList, Cardinal *);

    Widget widget;
    ArgList args;
    Cardinal *num_args;

Inputs

widgetSpecifies the widget which is having its resources set. 

argsSpecifies the argument list passed to XtSetValues(). 

num_argsSpecifies a pointer to the number of elements in args. 

Returns

True if the widget should be drawn; False otherwise. 

Availability

Obsolete in Release 4 and later. 

Description

XtArgsFunc is the type of the Core set_values_hook() method.  It is obsolete in Release 4 and later because the args and num_args arguments are now passed directly to the set_value() method.  See set_values_hook(4) for more information. 

See Also

set_values_hook(4). 

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

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