Beispiel #1
0
 def set_cstr(self, section, key, value):
     string = Str(str(value.encode("utf-8")))
     gtlib.gt_style_set_str(self.style, section, key, string)
Beispiel #2
0
 def set_cstr(self, section, key, value):
     string = Str(str(value.encode("utf-8")))
     gtlib.gt_style_set_str(self.style, section, key, string)
Beispiel #3
0
 def set_cstr(self, section, key, value):
     string = Str(value)
     gtlib.gt_style_set_str(self.style, section, key, string)