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