コード例 #1
0
ファイル: sublime.py プロジェクト: ronnyzxr/aml
 def set_viewport_position(self, xy, animate = True):
     """ Scrolls the view to the given position in layout coordinates """
     return sublime_api.view_set_viewport_position(self.view_id, xy, animate)
コード例 #2
0
 def set_viewport_position(self, xy, animate=True):
     """ Scrolls the view to the given position in layout coordinates """
     return sublime_api.view_set_viewport_position(self.view_id, xy,
                                                   animate)