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

  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 154 hboxMain = wx.BoxSizer(wx.VERTICAL)
155 hboxMain.Add(hboxTop, 2, wx.EXPAND | wx.ALL, BORDER)
156 hboxMain.Add(vboxBot, 1, wx.EXPAND | wx.ALL, BORDER)
158 panel.SetSizer(hboxMain)
JetCreator.py 112 hboxMain = wx.BoxSizer(wx.HORIZONTAL)
213 hboxMain.Add(leftPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT, BORDER)
214 hboxMain.Add(rightPanel, 1, wx.EXPAND)
215 hboxMain.Add((BORDER, -1))
217 panel.SetSizer(hboxMain)
    [all...]

Completed in 2047 milliseconds