示例#1
0
文件: aes.py 项目: paulwratt/gempy
 def top(self):
     """Sets the current window to topmost"""
     _gem.wind_set(self.id,WF_TOP,(self.id,0,0,0))
示例#2
0
文件: aes.py 项目: paulwratt/gempy
 def resize(self,rect):
     """Resizes/moves a window"""
     _gem.wind_set(self.id,WF_CURRXYWH,rect)