コード例 #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)