comparison frontends/src/wix/main_window.py @ 634:ca2cae6b2c6d

core: security attribute added to the parameters - getParams, getParamsUI and getParamsForCategory have a security_limit parameter to filter - parameters with security = 0 can be retrieved/modified from Libervia
author souliane <souliane@mailoo.org>
date Thu, 05 Sep 2013 20:28:44 +0200
parents 42ee0b0b0a15
children 49587e170f53
comparison
equal deleted inserted replaced
633:6a29a4d574bd 634:ca2cae6b2c6d
361 debug(_("Status change request")) 361 debug(_("Status change request"))
362 self.__updateStatus() 362 self.__updateStatus()
363 363
364 def onParam(self, e): 364 def onParam(self, e):
365 debug(_("Param request")) 365 debug(_("Param request"))
366 #xmlui = self.bridge.getParamsUI(self.profile) 366 #security_limit = -1
367 #xmlui = self.bridge.getParamsUI(security_limit, profile_key=self.profile)
367 #XMLUI(self, xml_data = xmlui) 368 #XMLUI(self, xml_data = xmlui)
368 param=Param(self) 369 param=Param(self)
369 370
370 def onAbout(self, e): 371 def onAbout(self, e):
371 about = wx.AboutDialogInfo() 372 about = wx.AboutDialogInfo()