コード例 #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
ファイル: radio_button.py プロジェクト: jordsti/stigame
 def get_caption(self):
     return c_library.to_str(self.lib.RadioButton_getCaption(self.obj))
コード例 #5
0
ファイル: decorated_button.py プロジェクト: OsouzaTI/stigame
 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))