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 |
---|
constraintd(3) - hpux |
initialize_hook(3) - hpux |
set_valuesb(3) - hpux |
xtcreatemanagedwidget(1) - hpux |
get_values_hook(4) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to extract every repeated string between two specific string? |
awk - Multi-line data to be stored in variable |
Wrong Array... |
Tar Command |
Shopt -s histappend |