hpux man page for xtsetvalueb

Query: xtsetvalueb

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtSetValuesFunc()														 XtSetValuesFunc()

Name
  XtSetValuesFunc - interface definition for the set_values() methods.

Synopsis
  typedef Boolean (*XtSetValuesFunc)(Widget, Widget, Widget, ArgList,
  Cardinal *);
	 Widget current;
	 Widget request;
	 Widget set;
	 ArgList args;
	 Cardinal *num-args;

Inputs
  current   Specifies a copy of the widget as it was before the XtSetValues() call.

  request   Specifies  a copy of the widget with all values changed as asked for by the XtSetValues() call before any class set_values() pro-
	    cedures have been called.

  set	    Specifies the widget as modified by all previous called set_values() procedures.

  args	    Specifies the argument list passed to XtSetValues().

  num_args  Specifies the number of arguments in the argument list.

Returns
  True if the widget should be redrawn, False otherwise.

Description
  XtSetValuesFunc is the type of the Object, RectObj, and Core set_values() method, and of the Constraint  set_values()  method.   See	those
  reference pages in Section 4 for more information.

See Also
  set_values(4), Constraint set_values(4).

Xt - Widget Method Prototypes													 XtSetValuesFunc()
Related Man Pages
xtgetvalues(3xt) - redhat
xtvagetsubvalues(3xt) - redhat
xtvagetvalues(3xt) - redhat
xtvasetvalues(3xt) - redhat
xtsetsubvalues(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
SAN Migration question
Thank you members and admins
awk - Multi-line data to be stored in variable