Searched refs:CheckBox (Results 1 - 4 of 4) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py63 class JetCheckBox(wx.CheckBox):
66 wx.CheckBox.__init__(self, parent, id=id, label=label, pos=pos, size=size)
75 wx.CheckBox.SetValue(self, val)
77 wx.CheckBox.SetValue(self, val)
79 wx.CheckBox.SetValue(self, False)
H A DJetCreator.py226 self.chkGraphLabels = wx.CheckBox(pnlGraph, -1, JetDefs.GRAPH_LBLS)
227 self.chkGraphClips = wx.CheckBox(pnlGraph, -1, JetDefs.GRAPH_TRIGGER)
228 self.chkGraphAppEvts = wx.CheckBox(pnlGraph, -1, JetDefs.GRAPH_APP)
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h49 CheckBox, enumerator in enum:WebCore::FormType
H A DRenderThemeEfl.cpp844 adjustSizeConstraints(style, CheckBox);
847 const struct ThemePartDesc *desc = m_partDescs + (size_t)CheckBox;
856 return paintThemePart(object, CheckBox, info, rect);

Completed in 98 milliseconds