Home
last modified time | relevance | path

Searched refs:BUT_STOP (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py424 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
440 if self.je.ctrls[JetDefs.F_PLAYMIDI].GetLabel() == JetDefs.BUT_STOP:
488 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)
492 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_STOP)
602 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)
775 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
DJetDefs.py144 BUT_STOP = 'Stop' variable in JetDefs
DJetAudition.py116 self.btnStop = wx.Button(panel, -1, JetDefs.BUT_STOP)
DJetCreator.py1217 self.btnPlay.SetLabel(JetDefs.BUT_STOP)