diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-02-04 23:15:21 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-02-04 23:15:21 (GMT) |
commit | 845d86485e35a26478aedb3dc127d632fdc65759 (patch) | |
tree | ba6f4296ee9ce788d2c6e59c6e73ec1c48a56674 /Lib/idlelib | |
parent | 685045060e63783146a1d2ce78011453bbc0e111 (diff) | |
download | cpython-845d86485e35a26478aedb3dc127d632fdc65759.zip cpython-845d86485e35a26478aedb3dc127d632fdc65759.tar.gz cpython-845d86485e35a26478aedb3dc127d632fdc65759.tar.bz2 |
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
Add new entries to the widget list.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/configdialog.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index 231e14e..36ac4a2 100644 --- a/Lib/idlelib/configdialog.py +++ b/Lib/idlelib/configdialog.py @@ -1792,11 +1792,27 @@ class GenPage(Frame): (*)win_width_int: Entry - win_width win_height_title: Label (*)win_height_int: Entry - win_height + frame_autocomplete: Frame + auto_wait_title: Label + (*)auto_wait_int: Entry - autocomplete_wait + frame_paren1: Frame + paren_style_title: Label + (*)paren_style_type: OptionMenu - paren_style + frame_paren2: Frame + paren_time_title: Label + (*)paren_flash_time: Entry - flash_delay + (*)bell_on: Checkbutton - paren_bell frame_editor: LabelFrame frame_save: Frame run_save_title: Label (*)save_ask_on: Radiobutton - autosave (*)save_auto_on: Radiobutton - autosave + frame_format: Frame + format_width_title: Label + (*)format_width_int: Entry - format_width + frame_context: Frame + context_title: Label + (*)context_int: Entry - context_lines frame_help: LabelFrame frame_helplist: Frame frame_helplist_buttons: Frame |