コード例 #1
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_EXIT"), pos)
コード例 #2
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_CONFIGURATION"), pos)
コード例 #3
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_LANGUAGE"), pos)
コード例 #4
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_NEW_PROJECT"), pos)
コード例 #5
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_ADD_SPRITE"), pos)
コード例 #6
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_DISPLAY"), pos)
コード例 #7
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_ADD_FUNCTION"), pos)
コード例 #8
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_ADD_CHARACTER"), pos)
コード例 #9
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_GENERATE_AND_RUN"),
                     pos)
コード例 #10
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_CLEAR_CONNECTIONS"),
                     pos)
コード例 #11
0
 def __init__(self, pos=0):
     Button.__init__(self, StringUtils.get_string("ID_SETTINGS"), pos)