Searched refs:iCtrl (Results 1 – 3 of 3) sorted by relevance
401 self.iCtrl = 0439 self.time[self.iCtrl].SetSelection(-1,-1)440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:441 self.time[self.iCtrl].SetValue(str(self.mx[self.iCtrl]))442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:443 self.time[self.iCtrl].SetValue(str(self.mn[self.iCtrl]))450 if int(self.time[self.iCtrl].GetValue()) < self.mx[self.iCtrl]:451 self.time[self.iCtrl].SetValue(str(int(self.time[self.iCtrl].GetValue()) + 1))455 if int(self.time[self.iCtrl].GetValue()) > self.mn[self.iCtrl]:456 self.time[self.iCtrl].SetValue(str(int(self.time[self.iCtrl].GetValue()) - 1))[all …]
14212 int iCtrl = -1; in do_meta_command() local14245 iCtrl = i; in do_meta_command()14340 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()14341 utf8_printf(p->out, "Usage: .testctrl %s %s\n", zCmd, aCtrl[iCtrl].zUsage); in do_meta_command()
14235 int iCtrl = -1; in do_meta_command() local14268 iCtrl = i; in do_meta_command()14363 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()14364 utf8_printf(p->out, "Usage: .testctrl %s %s\n", zCmd, aCtrl[iCtrl].zUsage); in do_meta_command()