def GetConfigPanel(self, parent): """Get the configuration panel for this plugin @param parent: parent window for the panel @return: wxPanel """ return cfgdlg.ConfigNotebook(parent)
def GetConfigPanel(self, parent): """Get the configuration panel for this plugin @param parent: parent window for the panel @return: wxPanel """ # Ensure preferences are initialized cfgdlg.InitConfig() return cfgdlg.ConfigNotebook(parent)