GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmScrollBarGetValues(3) FreeBSD Library Functions Manual XmScrollBarGetValues(3)

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;
(void)

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).

Returns the ScrollBar's increment values.

XmScrollBar(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.