Exemplo n.º 1
0
 def get_carets(self):
     big = 4294967295 #workaround for Py engine bug. it gives this, not -1.
     res = ct.ed_get_carets(self.h)
     for item in res:
         if item[2]==big: item[2]=-1
         if item[3]==big: item[3]=-1
     return res
Exemplo n.º 2
0
 def get_carets(self):
     big = 4294967295  #workaround for Py engine bug. it gives this, not -1.
     res = ct.ed_get_carets(self.h)
     for item in res:
         if item[2] == big: item[2] = -1
         if item[3] == big: item[3] = -1
     return res
Exemplo n.º 3
0
 def get_carets(self):
     return ct.ed_get_carets(self.h)
Exemplo n.º 4
0
 def get_carets(self):
     return ct.ed_get_carets(self.h)