XmScrollBarGetValues - A ScrollBar function that returns the ScrollBar's increment values
#include <Xm/ScrollBar.h>
void XmScrollBarGetValues (widget, value_return,
slider_size_return, increment_return, page_increment_return)
Widget widget;
int * value_return;
int * slider_size_return;
int * increment_return;
int * page_increment_return;
XmScrollBarGetValues returns the the ScrollBar's increment values. The scroll region is overlaid with a slider bar that is adjusted in size and position using the main ScrollBar or set slider function attributes.
For a complete definition of ScrollBar and its associated resources, see XmScrollBar(3X).
Returns the ScrollBar's increment values.