Exemplo n.º 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)
Exemplo n.º 3
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_LANGUAGE"), pos)
Exemplo n.º 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)
Exemplo n.º 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)