コード例 #1
0
ファイル: sublime.py プロジェクト: ronnyzxr/aml
 def hwnd(self):
     """ Platform specific window handle, only returns a meaningful result under Windows """
     return sublime_api.window_system_handle(self.window_id)
コード例 #2
0
 def hwnd(self):
     """ Platform specific window handle, only returns a meaningful result under Windows """
     return sublime_api.window_system_handle(self.window_id)