Searched refs:ConfigDialog (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 889 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
|
D | 3.7.0a1.rst | 5775 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
|
D | 3.6.0a2.rst | 664 Add ConfigDialog.remove_var_callbacks to stop memory leaks.
|
D | 3.5.2rc1.rst | 1750 Add ConfigDialog.remove_var_callbacks to stop memory leaks.
|
/third_party/python/Lib/idlelib/ |
D | macosx.py | 215 configdialog.ConfigDialog(root, 'Settings')
|
D | NEWS.txt | 619 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.
|
D | NEWS2x.txt | 579 - Uniform capitalization in General tab of ConfigDialog, update the doc string. 581 - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
|
D | configdialog.py | 45 class ConfigDialog(Toplevel): class 2414 run(ConfigDialog)
|
D | editor.py | 583 configdialog.ConfigDialog(self.top,'Settings')
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 39 dialog = configdialog.ConfigDialog(root, 'Test', _utest=True)
|