#7129: add missing function.
This commit is contained in:
parent
403ce78872
commit
46afef330f
|
@ -126,7 +126,7 @@ _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye',
|
||||||
_tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
|
_tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
|
||||||
'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
|
'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color',
|
||||||
'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd',
|
'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd',
|
||||||
'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
|
'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly',
|
||||||
'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
|
'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
|
||||||
'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd',
|
'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd',
|
||||||
'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
|
'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position',
|
||||||
|
|
Loading…
Reference in New Issue