src/eric7/Preferences/ConfigurationPages/EditorMouseClickHandlerPage.py

branch
eric7
changeset 10428
a071d4065202
parent 10069
435cc5875135
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
45 def create(dlg): # noqa: U100 45 def create(dlg): # noqa: U100
46 """ 46 """
47 Module function to create the configuration page. 47 Module function to create the configuration page.
48 48
49 @param dlg reference to the configuration dialog 49 @param dlg reference to the configuration dialog
50 @return reference to the instantiated page (ConfigurationPageBase) 50 @type ConfigurationDialog
51 @return reference to the instantiated page
52 @rtype ConfigurationPageBase
51 """ 53 """
52 page = EditorMouseClickHandlerPage() 54 page = EditorMouseClickHandlerPage()
53 return page 55 return page

eric ide

mercurial