Beispiel #1
0
 def get_text(self):
     return c_library.to_str(self.lib.ValueObject_getText(self.obj))
Beispiel #2
0
 def get_caption(self):
     return c_library.to_str(self.lib.RadioButton_getCaption(self.obj))
Beispiel #3
0
 def get_caption(self):
     return c_library.to_str(self.lib.Label_getCaption(self.obj))
Beispiel #4
0
 def get_caption(self):
     return c_library.to_str(self.lib.RadioButton_getCaption(self.obj))
Beispiel #5
0
 def get_caption(self):
     return c_library.to_str(self.lib.DecoratedButton_getCaption(self.obj))
Beispiel #6
0
 def get_caption(self):
     return c_library.to_str(self.lib.Label_getCaption(self.obj))