344 Public method to convert a position into a scrollbar value. |
344 Public method to convert a position into a scrollbar value. |
345 |
345 |
346 @param position scrollbar position to convert |
346 @param position scrollbar position to convert |
347 @type int |
347 @type int |
348 @param slider flag indicating to calculate the result for the slider |
348 @param slider flag indicating to calculate the result for the slider |
349 |
|
350 @type bool |
349 @type bool |
351 @return scrollbar value |
350 @return scrollbar value |
352 @rtype int |
351 @rtype int |
353 """ |
352 """ |
354 if self._controller: |
353 if self._controller: |