*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmScrollBarSetValues (3)              
Title
Content
Arch
Section
 

Contents


 XmScrollBarSetValues(library call)       XmScrollBarSetValues(library call)




 NAME    [Toc]    [Back]
      XmScrollBarSetValues - A ScrollBar function that changes ScrollBar's
      increment values and the slider's size and position

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/ScrollBar.h>
      void XmScrollBarSetValues (widget, value, slider_size, increment, page_increment,
      notify)
              Widget  widget;
              int     value;
              int     slider_size;
              int     increment;
              int     page_increment;
              Boolean notify;
      (void)

 DESCRIPTION    [Toc]    [Back]
      XmSetScrollBarValues changes the ScrollBar's increment values and the
      slider's size and position.  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     Specifies the ScrollBar's slider position. Refer to the
                XmNvalue resource described on XmScrollBar(3).

      slider_size
                Specifies the size of the slider. Refer to the XmNsliderSize
                resource described on XmScrollBar(3). This argument sets
                that resource.  Specify a value of 0 (zero) if you do not
                want to change the value.

      increment Specifies the amount of button increment and decrement.
                Refer to the XmNincrement resource described on
                XmScrollBar(3). This argument sets that resource.  Specify a
                value of 0 (zero) if you do not want to change the value.

      page_increment
                Specifies the amount of page increment and decrement.  Refer
                to the XmNpageIncrement resource described on
                XmScrollBar(3). This argument sets that resource.  Specify a
                value of 0 (zero) if you do not want to change the value.

      notify    Specifies a Boolean value that, when True, indicates a
                change in the ScrollBar value and also specifies that the
                ScrollBar widget automatically activates the
                XmNvalueChangedCallback with the recent change.  If it is
                set to False, it specifies any change that has occurred in
                the ScrollBar's value, but does not activate
                XmNvalueChangedCallback.



                                    - 1 -       Formatted:  January 24, 2005






 XmScrollBarSetValues(library call)       XmScrollBarSetValues(library call)




      For a complete definition of ScrollBar and its associated resources,
      see XmScrollBar(3).

 RELATED    [Toc]    [Back]
      XmScrollBar(3).


                                    - 2 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmScrollBarGetValues IRIX A ScrollBar function that returns the ScrollBar's increment values
XmScrollBarGetValues Tru64 A ScrollBar function that returns the ScrollBar's increment values
XmScrollBarGetValues HP-UX A ScrollBar function that returns the ScrollBar's increment values
XmCreateScrollBar IRIX The ScrollBar widget creation function
XmCreateScrollBar HP-UX The ScrollBar widget creation function
XmCreateScrollBar Tru64 The ScrollBar widget creation function
XmScrolledWindowSetAreas IRIX A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar wid
XmScrolledWindowSetAreas HP-UX A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar wid
XmScaleGetValue HP-UX A Scale function that returns the current slider position
XmScaleGetValue Tru64 A Scale function that returns the current slider position
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service