Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmlistsethorizpos(3x) [osf1 man page]

XmListSetHorizPos(3X)													     XmListSetHorizPos(3X)

NAME
XmListSetHorizPos - A List function that scrolls to the specified position in the list SYNOPSIS
#include <Xm/List.h> void XmListSetHorizPos (widget, position) Widget widget; int position; DESCRIPTION
XmListSetHorizPos sets the XmNvalue resource of the horizontal ScrollBar to the specified position and updates the visible portion of the list with the new value if the List widget's XmNlistSizePolicy is set to XmCONSTANT or XmRESIZE_IF_POSSIBLE and the horizontal ScrollBar is currently visible. This is equivalent to moving the horizontal ScrollBar to the specified position. Specifies the ID of the List widget Specifies the horizontal position For a complete definition of List and its associated resources, see XmList(3X). SEE ALSO
XmList(3X) XmListSetHorizPos(3X)

Check Out this Related Man Page

XmScrollBarSetValues(3X)												  XmScrollBarSetValues(3X)

NAME
XmScrollBarSetValues - A ScrollBar function that changes ScrollBar's increment values and the slider's size and position SYNOPSIS
#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; DESCRIPTION
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. Specifies the ScrollBar wid- get ID. Specifies the ScrollBar's slider position between XmNminimum and XmNmaximum. The resource name associated with this argument is XmNvalue. Specifies 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. This sets the XmNsliderSize resource associated with Scroll- Bar. Specifies the amount of button increment and decrement. If this argument is not zero, the ScrollBar widget automatically adjusts the slider when an increment or decrement action occurs. This sets the XmNincrement resource associated with ScrollBar. Specifies the amount of page increment and decrement. If this argument is not zero, the ScrollBar widget automatically adjusts the slider when an increment or decrement action occurs. This sets the XmNpageIncrement resource associated with ScrollBar. 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 False, specifies any change that has occurred in the ScrollBar's value, but XmNvalueChangedCallback is not activated. For a complete definition of ScrollBar and its associated resources, see XmScrollBar(3X). SEE ALSO
XmScrollBar(3X) XmScrollBarSetValues(3X)
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