Lines Matching refs:name
45 cfgFile - string, fully specified configuration file name
293 themeName - string, theme name
358 "Return the name of the currently active text color theme."
362 """Return the name of the currently active key set."""
366 """Return the currently active name for Theme or Keys section.
372 name= IDLE Classic
377 name=
382 because setting 'name' to a builtin not defined in older IDLEs
385 When default = True, 'name2' takes precedence over 'name',
386 while older IDLEs will just use name. When default = False,
392 name = ''
394 name = self.GetOption('main', section, 'name2', default='')
395 if not name:
396 name = self.GetOption('main', section, 'name', default='')
397 if name:
399 if source[cfgname].has_section(name):
400 return name
458 """Return the name of the extension binding virtualEvent, or None.
460 virtualEvent - string, name of the virtual event to test for,
530 keySetName - name of key binding set (config-keys section).
576 virtualEvent - string, name of the virtual event to test for,
745 f = Font(name='TkFixedFont', exists=True, root=root)
785 config_type -- name of a page.
787 option -- name of an option within a section.