HomeSort by relevance Sort by last modified time
    Searched refs:Lbl (Results 1 - 3 of 3) sorted by null

  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 302 def SetHelpText(self, Lbl):
303 self.cmb.SetHelpText(Lbl)
304 self.btn.SetHelpText(Lbl)
358 def SetHelpText(self, Lbl):
359 self.txt.SetHelpText(Lbl)
360 self.btn.SetHelpText(Lbl)
519 def SetHelpText(self, Lbl):
520 self.spin.SetHelpText(Lbl)
521 self.time[0].SetHelpText(Lbl)
522 self.time[1].SetHelpText(Lbl)
    [all...]
JetDialogs.py 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
71 self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
73 self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
75 self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len)
78 self.ctrls[Text] = JetCheckBox(panel, Id, label=Lbl, pos=(Col, Row), size=wx.Size(Len,-1))
83 self.ctrls[Text] = wx.RadioBox(panel, Id, label=Lbl, pos=(Col, Row), size=Len, choices=Lst, majorDimension=1, style=wx.RA_SPECIFY_COLS)
88 self.ctrls[Text] = JetRadioButton(panel, Id, label=Lbl, pos=(Col, Row), size=wx.Size(Len,-1))
108 elif Text[0:3] == "lbl":
109 self.ctrls[Text] = wx.StaticText(panel, Id, Lbl, wx.Point(Col, Row), size=wx.Size(Len[0],Len[1]))
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 41 milliseconds