Preferences/ConfigurationPages/HelpAppearancePage.py

changeset 2964
84b65fb9e780
parent 2408
dc3a7c9d8f6e
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
136 def create(dlg): 136 def create(dlg):
137 """ 137 """
138 Module function to create the configuration page. 138 Module function to create the configuration page.
139 139
140 @param dlg reference to the configuration dialog 140 @param dlg reference to the configuration dialog
141 @return reference to the instantiated page (ConfigurationPageBase)
141 """ 142 """
142 page = HelpAppearancePage() 143 page = HelpAppearancePage()
143 return page 144 return page

eric ide

mercurial