Beispiel #1
0
 def gap(self, id, num1, num2, tag=-1, size=0, color=COLOR_NONE):
     return ct.ed_gap(self.h, id, num1, num2, tag, size, color)
Beispiel #2
0
 def gap(self, id, num1, num2, tag=-1):
     return ct.ed_gap(self.h, id, num1, num2, tag)
Beispiel #3
0
 def gap(self, id, num1, num2, tag=-1):
     return ct.ed_gap(self.h, id, num1, num2, tag)