util/MiniTextControler.py
branch1.1 Korean release
changeset 1384 02fe382c4511
parent 1347 533741e5075c
child 1511 91538d0c242c
equal deleted inserted replaced
1280:72a826dfcfbb 1384:02fe382c4511
    27             text = file.read()
    27             text = file.read()
    28             file.close()
    28             file.close()
    29             return text
    29             return text
    30         return ""
    30         return ""
    31     
    31     
    32     def GetEditedElementInterfaceVars(self, tagname, debug = False):
    32     def GetEditedElementInterfaceVars(self, tagname, tree=False, debug = False):
    33         return []
    33         return []
    34     
    34     
    35     def GetEditedElementType(self, tagname, debug = False):
    35     def GetEditedElementType(self, tagname, debug = False):
    36         return "program"
    36         return "program"
    37     
    37