Home
last modified time | relevance | path

Searched refs:menufont (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/turtle/
DturtleDemo.py25 menufont = ("Arial", 12, NORMAL) variable
157 underline=0, font=menufont)
168 font=menufont,
175 label=e[6:-3], underline=0, font=menufont,
178 label=_dir[6:], menu = CmdBtn.menu.choices, font=menufont)
184 CmdBtn = Menubutton(self.mBar, text='Help', underline=0, font = menufont)
191 CmdBtn.menu.add_command(label=help_label, font=menufont, command=show)
/external/python/cpython3/Lib/turtledemo/
D__main__.py108 menufont = ("Arial", 12, NORMAL) variable
285 font=menufont, command=load)
291 font=menufont)
293 font=menufont)
300 font=menufont, command=resize)
309 menu.add_command(label=help_label, font=menufont, command=show)