OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacOffset
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetCtrls.py
33
wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-
MacOffset
(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
47
wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-
MacOffset
(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
249
self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-
MacOffset
(),pos[1]), size=(w, -1), style=wx.CB_DROPDOWN)
250
self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]+
MacOffset
()), size=(BUTWIDTH,self.cmb.GetSize()[1]))
316
self.txt = wx.TextCtrl(parent, id, "", pos=(pos[0]-
MacOffset
(),pos[1]), size=(w, -1))
403
top = pos[1] +
MacOffset
()
JetUtils.py
727
def
MacOffset
():
Completed in 284 milliseconds