예제 #1
0
 def get_text(self):
     return c_library.to_str(self.lib.ValueObject_getText(self.obj))
예제 #2
0
 def get_caption(self):
     return c_library.to_str(self.lib.RadioButton_getCaption(self.obj))
예제 #3
0
파일: label.py 프로젝트: OsouzaTI/stigame
 def get_caption(self):
     return c_library.to_str(self.lib.Label_getCaption(self.obj))
예제 #4
0
 def get_caption(self):
     return c_library.to_str(self.lib.RadioButton_getCaption(self.obj))
예제 #5
0
 def get_caption(self):
     return c_library.to_str(self.lib.DecoratedButton_getCaption(self.obj))
예제 #6
0
파일: label.py 프로젝트: jordsti/stigame
 def get_caption(self):
     return c_library.to_str(self.lib.Label_getCaption(self.obj))