Lines Matching refs:name

75         # Each theme element key is its display name.
76 # The first value of the tuple is the sample area tag name.
77 # The second value is the display name list sort index.
441 ACTIVE if event.type.name == 'KeyRelease' else ANCHOR)
548 The key is the display name and the value is a tuple of
549 (tag name, display sort order).
777 Add the changed theme's name to the changed_items and recreate
783 if idleConf.GetOption('main', 'Theme', 'name') not in old_themes:
784 changes.add_option('main', 'Theme', 'name', old_themes[0])
788 changes.add_option('main', 'Theme', 'name', value)
796 If a new custom theme is selected, add the name to the
801 changes.add_option('main', 'Theme', 'name', value)
857 name must be supplied to create a custom theme.
881 'Enter a name for your new Custom Theme below.')
903 "Return name of new theme from query popup."
911 """Prompt for new theme name and create the theme.
922 """Create a new custom theme with the given name.
1058 theme_name - string, the name of the new theme
1110 self.builtin_name.set(idleConf.defaultCfg['main'].Get('Theme', 'name'))
1168 for input of a custom keyset name. If no name is given, then the
1170 a custom name is entered in the prompt or if the current keyset was
1328 if idleConf.GetOption('main', 'Keys', 'name') not in old_keys:
1329 changes.add_option('main', 'Keys', 'name', old_keys[0])
1333 changes.add_option('main', 'Keys', 'name', value)
1342 changes.add_option('main', 'Keys', 'name', value)
1384 changed, then a name for a custom key set needs to be
1405 ' Enter a name for your new Custom Key Set below.')
1423 "Return new key set name from query popup."
1431 "Prompt for name of new key set and save changes using that name."
1441 """Create a new custom key set with the given name.
1504 keyset_name - string, the name of the new key set
1542 self.builtin_name.set(idleConf.defaultCfg['main'].Get('Keys', 'name')
2005 self.extensions[ext_name].append({'name': opt_name,
2035 label = Label(entry_area, text=opt['name'])
2059 name = opt['name']
2066 return self.ext_userCfg.RemoveOption(section, name)
2068 return self.ext_userCfg.SetOption(section, name, value)
2100 name, position pairs and copies names to listbox helplist.
2101 Clicking a name invokes help_source selected. Clicking
2166 Query for name and location of new help sources and add
2249 callback: Either function name to be used as a callback
2315 theme, with a different name.
2321 key set, with a different name.