def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_EXIT"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_CONFIGURATION"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_LANGUAGE"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_NEW_PROJECT"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_ADD_SPRITE"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_DISPLAY"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_ADD_FUNCTION"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_ADD_CHARACTER"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_GENERATE_AND_RUN"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_CLEAR_CONNECTIONS"), pos)
def __init__(self, pos=0): Button.__init__(self, StringUtils.get_string("ID_SETTINGS"), pos)