Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmscalegetvalue(3x) [osf1 man page]

XmScaleGetValue(3X)													       XmScaleGetValue(3X)

NAME
XmScaleGetValue - A Scale function that returns the current slider position SYNOPSIS
#include <Xm/Scale.h> void XmScaleGetValue (widget, value_return) Widget widget; int * value_return; DESCRIPTION
XmScaleGetValue returns the current slider position value displayed in the scale. Specifies the Scale widget ID Returns the current slider position value For a complete definition of Scale and its associated resources, see XmScale(3X). SEE ALSO
XmScale(3X) XmScaleGetValue(3X)

Check Out this Related Man Page

XmScrollBarGetValues(library call)										XmScrollBarGetValues(library call)

NAME
XmScrollBarGetValues -- A ScrollBar function that returns the ScrollBar's increment values SYNOPSIS
#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; (void) 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. value_return Returns the ScrollBar's slider position between the XmNminimum and XmNmaximum resources. Specify NULL to prevent the return of a particular value. slider_size_return Returns the size of the slider as a value between 0 (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. increment_return Returns the amount of increment and decrement. page_increment_return Returns the amount of page increment and decrement. For a complete definition of ScrollBar and its associated resources, see XmScrollBar(3). RETURN
Returns the ScrollBar's increment values. RELATED
XmScrollBar(3). XmScrollBarGetValues(library call)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies