Query: dwtscrollbargetslider
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtScrollBarGetSlider(3Dwt) DwtScrollBarGetSlider(3Dwt) Name DwtScrollBarGetSlider - Retrieves the current size and position parameters of the slider in the scroll bar widget. Syntax void DwtScrollBarGetSlider(widget, value_return, shown_return, inc_return, pageinc_return) Widget widget; int *value_return; int *shown_return; int *inc_return; int *pageinc_return; Arguments widget Specifies the scroll bar widget ID. value_return Returns the scroll bar's top thumb (slider) position between the DwtNminValue and DwtNmaxValue attributes to the scroll bar wid- get. shown_return Returns the size of the slider as a value between zero and the absolute value of DwtNmaxValue minus DwtNminValue. The size of the slider varies, depending on how much of the slider scroll area it represents. inc_return Returns the amount of button increment and decrement. pageinc_return Returns the amount of page increment and decrement. Description The DwtScrollBarGetSlider function returns the currently displayed size/position values of the slider in the scroll bar widget. The scroll region is overlaid with a slider bar that is adjusted in size and position using the main scroll bar or set slider function attributes. The stepping arrows and the slider are the scroll activator objects providing the user interface syntax ``feel.'' See Also DwtScrollBarSetSlider(3Dwt) Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtScrollBarGetSlider(3Dwt)
Related Man Pages |
---|
xmscrollbargetvalues(3) - redhat |
xmscrollbarsetvalues(3) - centos |
dwtmainsetareas(3dwt) - ultrix |
dwtscrollbarsetslider(3dwt) - ultrix |
dwtscrollwindowsetareas(3dwt) - ultrix |
Similar Topics in the Unix Linux Community |
---|
need help to position words |
deleting all files with 0 size |
Find and increment at each occurence of string (loop) |
Sequence extraction |
To check file size in hadoop |