Lines Matching refs:set
58 Note: Focus set on font page fontlist.
301 action set 3 options in changes structuree and changes the
355 self.fontlist.config(yscrollcommand=scroll_font.set)
389 from tk. Setup fontlist and set font_name. Setup sizelist,
398 fonts = sorted(set(tkfont.families(self)))
401 self.font_name.set(font_name)
416 self.font_bold.set(font_bold)
442 self.font_name.set(font.lower())
482 current set of colors are from a builtin or custom theme.
524 Note: The font in highlight_sample is set through the config in
555 set_highlight_target: set fg_bg_toggle, set_color_sample().
658 # event.widget.winfo_top_level().highlight_target.set(elem)
659 self.highlight_target.set(elem)
679 self.fg_bg_toggle.set(1)
725 Based on the theme_source toggle, the theme is set as
743 self.theme_source.set(idleConf.GetOption(
756 self.custom_name.set('- no custom themes -')
887 self.color.set(color_string)
889 self.color.set(color_string)
958 self.theme_source.set(0)
982 self.fg_bg_toggle.set(1)
983 else: # Both fg and bg can be set.
986 self.fg_bg_toggle.set(1)
1109 self.theme_source.set(idleConf.defaultCfg['main'].Get('Theme', 'default'))
1110 self.builtin_name.set(idleConf.defaultCfg['main'].Get('Theme', 'name'))
1140 keyset_source, which controls if the current set of keybindings
1174 is updated with the new keys. Var keybinding is also set which invokes
1182 load_keys_list: Reload active set.
1236 self.bindingslist['yscrollcommand'] = scroll_target_y.set
1237 self.bindingslist['xscrollcommand'] = scroll_target_x.set
1290 self.keyset_source.set(idleConf.GetOption(
1303 self.custom_name.set('- no custom keys -')
1306 else: # User key set selected.
1319 "Process selection of builtin key set."
1331 self.keys_message['text'] = 'New key set, see Help'
1339 "Process selection of custom key set."
1346 "Process toggle between builtin key set and custom key set."
1367 "Set available screen options based on builtin or custom key set."
1383 the current key set is builtin and a binding has
1384 changed, then a name for a custom key set needs to be
1403 if self.keyset_source.get(): # Current key set is a built-in.
1407 if not new_keyset: # User cancelled custom key set creation.
1411 else: # Create new custom key set based on previously active key set.
1417 self.keybinding.set(new_keys)
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.
1452 for event in prev_keys: # Add key set to changed items.
1456 # Handle any unsaved changes to prev key set.
1461 # Save the new key set.
1463 # Change GUI over to the new key set.
1467 self.keyset_source.set(0)
1471 """Reload the list of action/key binding pairs for the active key set.
1487 # Handle any unsaved changes to this key set.
1498 """Save a newly created core key set.
1504 keyset_name - string, the name of the new key set
1517 """Handle event to delete a custom key set.
1520 reverts to the default. The custom key set is permanently
1524 delmsg = 'Are you sure you wish to delete the key set %r ?'
1529 # Remove key set from changes, config, and file.
1531 # Reload user key set list.
1539 # Revert to default key set.
1540 self.keyset_source.set(idleConf.defaultCfg['main']
1542 self.builtin_name.set(idleConf.defaultCfg['main'].Get('Keys', 'name')
1572 Radiobuttons startup_shell_on and startup_editor_on set var
1573 startup_edit. Entry boxes win_width_int and win_height_int set var
1739 self.startup_edit.set(idleConf.GetOption(
1741 self.win_width.set(idleConf.GetOption(
1743 self.win_height.set(idleConf.GetOption(
1745 self.indent_spaces.set(idleConf.GetOption(
1747 self.cursor_blink.set(idleConf.GetOption(
1749 self.autocomplete_wait.set(idleConf.GetOption(
1751 self.paren_style.set(idleConf.GetOption(
1753 self.flash_delay.set(idleConf.GetOption(
1755 self.paren_bell.set(idleConf.GetOption(
1757 self.format_width.set(idleConf.GetOption(
1883 self.auto_squeeze_min_lines.set(idleConf.GetOption(
1886 self.autosave.set(idleConf.GetOption(
1888 self.line_numbers_default.set(idleConf.GetOption(
1890 self.context_lines.set(idleConf.GetOption(
1940 self.extension_list.yscrollcommand=scroll.set
1957 self.extension_names.set(ext_names)
2003 var.set(str(value))
2062 opt['var'].set(value)
2123 self.helplist['yscrollcommand'] = scroll_helplist.set
2319 The IDLE Modern Unix key set is new in June 2016. It can only
2321 key set, with a different name.
2380 yscrollcommand=vscrollbar.set, width=240)