Skip to content

Instantly share code, notes, and snippets.

@Quiark
Created September 24, 2010 13:51
Show Gist options
  • Save Quiark/595401 to your computer and use it in GitHub Desktop.
Save Quiark/595401 to your computer and use it in GitHub Desktop.
p = wx.Panel(self)
s = wx.BoxSizer(wx.VERTICAL)
s.Add(wx.Button(p))
s.Add(wx.Button(p))
p.SetSizer(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment