Home
last modified time | relevance | path

Searched refs:ConfigDialog (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Misc/NEWS.d/
D3.6.3rc1.rst889 IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
908 IDLE: Factor KeysPage(Frame) class from ConfigDialog. The slightly modified
957 Factor GenPage(Frame) class from ConfigDialog. The slightly modified tests
967 IDLE - Factor FontPage(Frame) class from ConfigDialog.
978 IDLE - Use ttk widgets in ConfigDialog. Patches by Terry Jan Reedy and
988 IDLE - Finish rearranging methods of ConfigDialog Grouping methods
999 IDLE -- Factor a VarTrace class out of ConfigDialog.
1078 IDLE: Document ConfigDialog tk Vars, methods, and widgets in docstrings This
D3.7.0a1.rst5775 IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
5794 IDLE: Factor KeysPage(Frame) class from ConfigDialog. The slightly modified
5843 Factor GenPage(Frame) class from ConfigDialog. The slightly modified tests
5853 IDLE - Factor FontPage(Frame) class from ConfigDialog.
5864 IDLE - Use ttk widgets in ConfigDialog. Patches by Terry Jan Reedy and
5874 IDLE - Finish rearranging methods of ConfigDialog Grouping methods
5885 IDLE -- Factor a VarTrace class out of ConfigDialog.
5964 IDLE: Document ConfigDialog tk Vars, methods, and widgets in docstrings This
D3.6.0a2.rst664 Add ConfigDialog.remove_var_callbacks to stop memory leaks.
D3.5.2rc1.rst1750 Add ConfigDialog.remove_var_callbacks to stop memory leaks.
/third_party/python/Lib/idlelib/
Dmacosx.py215 configdialog.ConfigDialog(root, 'Settings')
DNEWS.txt619 bpo-30781: Use ttk widgets in ConfigDialog pages.
623 bpo-31206: Factor HighPage(Frame) class from ConfigDialog.
629 bpo-31205: Factor KeysPage(Frame) class from ConfigDialog.
648 bpo-31050: Factor GenPage(Frame) class from ConfigDialog.
652 bpo-31004: Factor FontPage(Frame) class from ConfigDialog.
657 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog.
661 bpo-31060: IDLE - Finish rearranging methods of ConfigDialog.
667 bpo-30853: IDLE -- Factor a VarTrace class out of ConfigDialog.
696 bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
934 - Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
DNEWS2x.txt579 - Uniform capitalization in General tab of ConfigDialog, update the doc string.
581 - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
Dconfigdialog.py45 class ConfigDialog(Toplevel): class
2414 run(ConfigDialog)
Deditor.py583 configdialog.ConfigDialog(self.top,'Settings')
/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py39 dialog = configdialog.ConfigDialog(root, 'Test', _utest=True)