Example #1
0
 def top(self):
     """Sets the current window to topmost"""
     _gem.wind_set(self.id,WF_TOP,(self.id,0,0,0))
Example #2
0
 def resize(self,rect):
     """Resizes/moves a window"""
     _gem.wind_set(self.id,WF_CURRXYWH,rect)