Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
55 def create(dlg): 55 def create(dlg):
56 """ 56 """
57 Module function to create the configuration page. 57 Module function to create the configuration page.
58 58
59 @param dlg reference to the configuration dialog 59 @param dlg reference to the configuration dialog
60 @return reference to the instantiated page (ConfigurationPageBase)
60 """ 61 """
61 page = EditorCalltipsQScintillaPage() 62 page = EditorCalltipsQScintillaPage()
62 return page 63 return page

eric ide

mercurial