예제 #1
0
파일: sublime.py 프로젝트: ronnyzxr/aml
 def viewport_position(self):
     """ Returns the (x, y) scroll position of the view in layout coordinates """
     return sublime_api.view_viewport_position(self.view_id)
예제 #2
0
 def viewport_position(self):
     """ Returns the (x, y) scroll position of the view in layout coordinates """
     return sublime_api.view_viewport_position(self.view_id)