2963:745d38097b7f | 2964:84b65fb9e780 |
---|---|
84 def create(dlg): | 84 def create(dlg): |
85 """ | 85 """ |
86 Module function to create the configuration page. | 86 Module function to create the configuration page. |
87 | 87 |
88 @param dlg reference to the configuration dialog | 88 @param dlg reference to the configuration dialog |
89 @return reference to the instantiated page (ConfigurationPageBase) | |
89 """ | 90 """ |
90 page = ViewmanagerPage() | 91 page = ViewmanagerPage() |
91 return page | 92 return page |