Preferences/ConfigurationPages/GraphicsPage.py

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

eric ide

mercurial