src/eric7/Preferences/ConfigurationPages/DiffColoursPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
200 def create(dlg): # noqa: U100 200 def create(dlg): # noqa: U100
201 """ 201 """
202 Module function to create the configuration page. 202 Module function to create the configuration page.
203 203
204 @param dlg reference to the configuration dialog 204 @param dlg reference to the configuration dialog
205 @return reference to the instantiated page (ConfigurationPageBase) 205 @type ConfigurationDialog
206 @return reference to the instantiated page
207 @rtype ConfigurationPageBase
206 """ 208 """
207 page = DiffColoursPage() 209 page = DiffColoursPage()
208 return page 210 return page

eric ide

mercurial