Methods' Details |
addAdjustmentListener
- Description
- registers an adjustment event listener.
|
|
removeAdjustmentListener
- Description
- unregisters an adjustment event listener.
|
|
setValue
void |
setValue( |
[in] long |
n ); |
- Description
- sets the scroll value of the scroll bar.
|
|
setValues
void |
setValues( |
[in] long |
nValue, |
| [in] long |
nVisible, |
| [in] long |
nMax ); |
- Description
- sets the scroll value, visible area and maximum scroll value
of the scroll bar.
|
|
getValue
- Description
- returns the current scroll value of the scroll bar.
|
|
setMaximum
void |
setMaximum( |
[in] long |
n ); |
- Description
- sets the maximum scroll value of the scroll bar.
|
|
getMaximum
- Description
- returns the currently set maximum scroll value of the scroll bar.
|
|
setLineIncrement
void |
setLineIncrement( |
[in] long |
n ); |
- Description
- sets the increment for a single line move.
|
|
getLineIncrement
- Description
- returns the currently set increment for a single line move.
|
|
setBlockIncrement
void |
setBlockIncrement( |
[in] long |
n ); |
- Description
- sets the increment for a block move.
|
|
getBlockIncrement
long |
getBlockIncrement(); |
- Description
- returns the currently set increment for a block move.
|
|
setVisibleSize
void |
setVisibleSize( |
[in] long |
n ); |
- Description
- sets the visible size of the scroll bar.
|
|
getVisibleSize
- Description
- returns the currently visible size of the scroll bar.
|
|
setOrientation
|
getOrientation
|
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.