Home | History | Annotate | Download | only in JetCreator

Lines Matching defs:SetValue

35     def SetValue(self, val):

38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
42 wx.SpinCtrl.SetValue(self, 0)
49 def SetValue(self, val):
52 wx.SpinCtrl.SetValue(self, int(val) + 1)
54 wx.SpinCtrl.SetValue(self, val + 1)
56 wx.SpinCtrl.SetValue(self, 1)
68 def SetValue(self, val):
75 wx.CheckBox.SetValue(self, val)
77 wx.CheckBox.SetValue(self, val)
79 wx.CheckBox.SetValue(self, False)
86 def SetValue(self, val):
93 wx.RadioButton.SetValue(self, val)
95 wx.RadioButton.SetValue(self, val)
97 wx.RadioButton.SetValue(self, False)
217 def SetValue(self, muteFlags):
268 self.cmb.SetValue(val)
280 def SetValue(self, val):
282 self.cmb.SetValue(val)
333 self.txt.SetValue(val)
339 def SetValue(self, val):
341 self.txt.SetValue(val)
413 self.spin.SetValue(1)
427 self.SetValue(value)
441 self.time[self.iCtrl].SetValue(str(self.mx[self.iCtrl]))
443 self.time[self.iCtrl].SetValue(str(self.mn[self.iCtrl]))
451 self.time[self.iCtrl].SetValue(str(int(self.time[self.iCtrl].GetValue()) + 1))
456 self.time[self.iCtrl].SetValue(str(int(self.time[self.iCtrl].GetValue()) - 1))
468 def SetValue(self, mbt):
473 self.time[0].SetValue(str(mbt[0]))
474 self.time[1].SetValue(str(mbt[1]))
475 self.time[2].SetValue(str(mbt[2]))
477 self.time[0].SetValue(str(self.mn[0]))
478 self.time[1].SetValue(str(self.mn[1]))
479 self.time[2].SetValue(str(self.mn[2]))
544 #tc.SetValue((2,3,4))
545 #tc.SetValue("1:2:3")
549 js.SetValue("1")
550 #js.SetValue(1)