Query: xtargsfunc
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtArgsFunc() XtArgsFunc() 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 widget Specifies the widget which is having its resources set. args Specifies the argument list passed to XtSetValues(). num_args Specifies 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). Xt - Widget Method Prototypes XtArgsFunc()
Related Man Pages |
---|
xtgetsubvalues(3xt) - redhat |
xtsetsubvalues(3xt) - redhat |
xtcreatemanagedwidget(3) - hpux |
xtsetvaluea(3) - hpux |
get_values_hook(4) - hpux |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
PHP Man Pages Now Available (Over 10,000) |
How to extract every repeated string between two specific string? |
SAN Migration question |
Wrong Array... |