Searched refs:screenbounds (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 74 screenbounds = GetQDGlobalsScreenBits().bounds variable 75 screenbounds = screenbounds[0]+4, screenbounds[1]+4, \ variable 76 screenbounds[2]-4, screenbounds[3]-4 85 if r > screenbounds[2]: 87 if b > screenbounds[3]: 784 draglimit = screenbounds 814 …growlimit = (50, 50, screenbounds[2] - screenbounds[0], screenbounds[3] - screenbounds[1]) # …
|
D | EasyDialogs.py | 251 screenbounds = Qd.GetQDGlobalsScreenBits().bounds variable 255 screenbounds = screenbounds[0]+4, screenbounds[1]+4, \ variable 256 screenbounds[2]-4, screenbounds[3]-4 323 self.w.DragWindow(where, screenbounds)
|