*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmScrollBarGetValues | Section: 3 | Source: Digital UNIX | File: XmScrollBarGetValues.3X.gz
XmScrollBarGetValues(3X) XmScrollBarGetValues(3X) NAME XmScrollBarGetValues - A ScrollBar function that returns the Scroll- Bar'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; DESCRIPTION XmScrollBarGetValues returns 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 attrib- utes. Specifies the ScrollBar widget ID. Returns the ScrollBar's slider position between the XmNminimum and XmNmaximum resources. Re- turns 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. Returns the amount of increment and decrement. Returns the amount of page in- crement and decrement. For a complete definition of ScrollBar and its associated resources, see XmScrollBar(3X). RETURN VALUE Returns the ScrollBar's increment values. SEE ALSO XmScrollBar(3X) XmScrollBarGetValues(3X)

Navigation Options