3056:9986ec0e559a | 3057:10516539f238 |
---|---|
433 def create(dlg): | 433 def create(dlg): |
434 """ | 434 """ |
435 Module function to create the configuration page. | 435 Module function to create the configuration page. |
436 | 436 |
437 @param dlg reference to the configuration dialog | 437 @param dlg reference to the configuration dialog |
438 @return reference to the instantiated page (ConfigurationPageBase) | |
438 """ | 439 """ |
439 page = EditorStylesPage() | 440 page = EditorStylesPage() |
440 return page | 441 return page |