wx.GridBagSizer

Can anyone help me with the wx.GridBagSizer. It doesn't seem to work.

Thanks

Neil.

TPE.py (2.05 KB)

hanke312@planet.nl wrote:

Can anyone help me with the wx.GridBagSizer. It doesn't seem to work.

You forgot to call

  MainPanel.SetSizer(gbs)

Also, you can't use (0,0) for the span parameter of Add.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!