def load()

in en/pythonpath/lightproof_handler_en.py [0:0]


    def load(self, sWindowName):
        child = self.getChild(sWindowName)
        for i in lightproof_opts_en.lopts[sWindowName]:
            sValue = child.getPropertyValue(i)
            if sValue == '':
                if i in lightproof_opts_en.lopts_default[sWindowName]:
                    sValue = 1
                else:
                    sValue = 0
            set_option(sWindowName, i, sValue)