logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmScaleSetValue — A Scale function that sets a slider value "XmScaleSetValue" "Scale functions"

Description

XmScaleSetValue sets the slider value within the Scale widget.

       widget    Specifies the Scale widget ID.

       value     Specifies the slider position along the scale.  This sets the XmNvalue resource.

       For a complete definition of Scale and its associated resources, see XmScale(3).

Name

XmScaleSetValue  —  A  Scale  function  that  sets  a  slider  value  "XmScaleSetValue" "Scale functions"
       "XmScaleSetValue"

Synopsis

       #include <Xm/Scale.h>
       voidXmScaleSetValue(
       Widgetwidget,
       intvalue);

See Also