[wxPython] Which Layout Manager is best for design

Hi All,

I'm just wondering which layout manager is best to design a GUI app which
need to dynamicaaly geneate the buttons in the a panel ctrl.

wxBoxSizer or wxLayoutContraints. What is the advantage adn disadvantages
i've in each manager.

It will be very grateful for me, if any of u throw ur views on layout
managers.

TIA,
Maharajan

I'm just wondering which layout manager is best to design a GUI app which
need to dynamicaaly geneate the buttons in the a panel ctrl.

wxBoxSizer or wxLayoutContraints. What is the advantage adn disadvantages
i've in each manager.

Sizers are much easier than layout constraints, and can do nearly as many
things.

ยทยทยท

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