Re: Absolute positioning
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 19.11.2018 20:59, Igor Korot wrote: > And we are still using sizers. Right. My software except the open source stuff is also Windows-only. Still, even in the prototyping phase, sizers are an advantage. With absolute positioning you might be able to select multiple widgets and move them somewhere else. But with sizers, the alignment in the new position is done almost automatically and the free space is filled with the other widgets. Re-arranging multiple widgets is not nice with absolute positioning. Regards, Dietmar