Preferences/ConfigurationPages/IconsPage.py

changeset 2964
84b65fb9e780
parent 2408
dc3a7c9d8f6e
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
173 def create(dlg): 173 def create(dlg):
174 """ 174 """
175 Module function to create the configuration page. 175 Module function to create the configuration page.
176 176
177 @param dlg reference to the configuration dialog 177 @param dlg reference to the configuration dialog
178 @return reference to the instantiated page (ConfigurationPageBase)
178 """ 179 """
179 page = IconsPage() 180 page = IconsPage()
180 return page 181 return page

eric ide

mercurial