示例#1
0
文件: sublime.py 项目: ronnyzxr/aml
 def viewport_extent(self):
     """ Returns the width and height of the viewport, in layout coordinates """
     return sublime_api.view_viewport_extents(self.view_id)
示例#2
0
 def viewport_extent(self):
     """ Returns the width and height of the viewport, in layout coordinates """
     return sublime_api.view_viewport_extents(self.view_id)