XmScrollBarGetValues(3X) SDK X11 R4.11MU05 XmScrollBarGetValues(3X)
NAME
XmScrollBarGetValues--A ScrollBar function that returns the
ScrollBar's increment values
SYNOPSIS
#include <Xm/ScrollBar.h>
void XmScrollBarGetValues (widget, valuereturn,
slidersizereturn, incrementreturn, pageincrementreturn)
Widget widget;
int * valuereturn;
int * slidersizereturn;
int * incrementreturn;
int * pageincrementreturn;
DESCRIPTION
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.
widget Specifies the ScrollBar widget ID.
valuereturn Returns the ScrollBar's slider position between the
XmNminimum and XmNmaximum resources.
slidersizereturn
Returns the size of the slider as a value between
zero and the absolute value of XmNmaximum minus
XmNminimum. The size of the slider varies,
depending on how much of the slider scroll area it
represents.
incrementreturn Returns the amount of increment and decrement.
pageincrementreturn
Returns the amount of page increment and decrement.
For a complete definition of ScrollBar and its associated resources,
see XmScrollBar(3X).
RETURN VALUE
Returns the ScrollBar's increment values.
RELATED INFORMATION
XmScrollBar(3X).
Licensed material--property of copyright holder(s)