Preferences/ConfigurationPages/TrayStarterPage.py

changeset 2964
84b65fb9e780
parent 2907
108abcc64724
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
62 def create(dlg): 62 def create(dlg):
63 """ 63 """
64 Module function to create the configuration page. 64 Module function to create the configuration page.
65 65
66 @param dlg reference to the configuration dialog 66 @param dlg reference to the configuration dialog
67 @return reference to the instantiated page (ConfigurationPageBase)
67 """ 68 """
68 page = TrayStarterPage() 69 page = TrayStarterPage()
69 return page 70 return page

eric ide

mercurial