OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canvwidth
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
153
"
canvwidth
" : 400,
360
canvwidth
=600, canvheight=500):
364
self.
canvwidth
, self.canvheight =
canvwidth
, canvheight
384
def reset(self,
canvwidth
=None, canvheight=None, bg = None):
386
if
canvwidth
:
387
self.
canvwidth
=
canvwidth
393
scrollregion=(-self.
canvwidth
//2, -self.canvheight//2,
394
self.
canvwidth
//2, self.canvheight//2)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
153
"
canvwidth
" : 400,
360
canvwidth
=600, canvheight=500):
364
self.
canvwidth
, self.canvheight =
canvwidth
, canvheight
384
def reset(self,
canvwidth
=None, canvheight=None, bg = None):
386
if
canvwidth
:
387
self.
canvwidth
=
canvwidth
393
scrollregion=(-self.
canvwidth
//2, -self.canvheight//2,
394
self.
canvwidth
//2, self.canvheight//2)
[
all
...]
Completed in 38 milliseconds