Preferences/ConfigurationPages/EditorGeneralPage.py

changeset 2964
84b65fb9e780
parent 2659
7f46c5a7ed73
child 3025
67064c71df21
child 3057
10516539f238
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
93 def create(dlg): 93 def create(dlg):
94 """ 94 """
95 Module function to create the configuration page. 95 Module function to create the configuration page.
96 96
97 @param dlg reference to the configuration dialog 97 @param dlg reference to the configuration dialog
98 @return reference to the instantiated page (ConfigurationPageBase)
98 """ 99 """
99 page = EditorGeneralPage() 100 page = EditorGeneralPage()
100 return page 101 return page

eric ide

mercurial