Mercurial > libervia-backend
comparison frontends/src/wix/main_window.py @ 777:5642939d254e
core, bridge: new method paramsRegisterApp to register frontend's specific parameters
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 27 Dec 2013 13:28:26 +0100 |
parents | eac23b1aad90 |
children | 46aa5ada61bf |
comparison
equal
deleted
inserted
replaced
776:f89173f44850 | 777:5642939d254e |
---|---|
405 debug(_("Status change request")) | 405 debug(_("Status change request")) |
406 self.__updateStatus() | 406 self.__updateStatus() |
407 | 407 |
408 def onParam(self, e): | 408 def onParam(self, e): |
409 debug(_("Param request")) | 409 debug(_("Param request")) |
410 #xmlui = self.bridge.getParamsUI(profile_key=self.profile) | 410 param = Param(self) |
411 #XMLUI(self, xml_data = xmlui) | |
412 param=Param(self) | |
413 | 411 |
414 def onAbout(self, e): | 412 def onAbout(self, e): |
415 about = wx.AboutDialogInfo() | 413 about = wx.AboutDialogInfo() |
416 about.SetName(Const.APP_NAME) | 414 about.SetName(Const.APP_NAME) |
417 about.SetVersion (unicode(self.bridge.getVersion())) | 415 about.SetVersion (unicode(self.bridge.getVersion())) |