src/eric7/EricWidgets/EricMapWidget.py

branch
eric7
changeset 10456
12c30c88ed05
parent 10439
21c28b0f9e41
child 10689
3ede487187f2
equal deleted inserted replaced
10455:bed8a0c90d11 10456:12c30c88ed05
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:

eric ide

mercurial