Beispiel #1
0
 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)
Beispiel #3
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_LANGUAGE"), pos)
Beispiel #4
0
 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)
Beispiel #6
0
 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)