OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollregion
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py
148
x0, y0, x1, y1 = self.canvas._getints(self.canvas['
scrollregion
'])
172
self.canvas.configure(
scrollregion
=(0, 0, x1, y1))
Debugger.py
428
scrollregion
=(0, 0, width, height))
472
self.canvas["
scrollregion
"] = (0, 0, width, height)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py
148
x0, y0, x1, y1 = self.canvas._getints(self.canvas['
scrollregion
'])
172
self.canvas.configure(
scrollregion
=(0, 0, x1, y1))
Debugger.py
428
scrollregion
=(0, 0, width, height))
472
self.canvas["
scrollregion
"] = (0, 0, width, height)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
393
scrollregion
=(-self.canvwidth//2, -self.canvheight//2,
513
self.cv.config(
scrollregion
= (-w//2, -h//2, w//2, h//2 ))
765
self.cv.config(
scrollregion
=(srx1, sry1, srx2, sry2))
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
393
scrollregion
=(-self.canvwidth//2, -self.canvheight//2,
513
self.cv.config(
scrollregion
= (-w//2, -h//2, w//2, h//2 ))
765
self.cv.config(
scrollregion
=(srx1, sry1, srx2, sry2))
[
all
...]
Completed in 1121 milliseconds