HomeSort by relevance Sort by last modified time
    Searched refs:screenbounds (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 74 screenbounds = GetQDGlobalsScreenBits().bounds variable
75 screenbounds = screenbounds[0]+4, screenbounds[1]+4, \
76 screenbounds[2]-4, screenbounds[3]-4 variable
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]) # jv
    [all...]
EasyDialogs.py 247 screenbounds = Qd.GetQDGlobalsScreenBits().bounds variable
248 screenbounds = screenbounds[0]+4, screenbounds[1]+4, \
249 screenbounds[2]-4, screenbounds[3]-4 variable
316 self.w.DragWindow(where, screenbounds)
372 ## d.DragWindow(where, screenbounds)

Completed in 43 milliseconds