[Lazarus] Does Lazarus have "sizer" or "layout" objects?

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Jan 12 09:08:57 CET 2009


On Sun, Jan 11, 2009 at 5:52 PM, Hans-Peter Diettrich
<DrDiettrich1 at aol.com> wrote:
>
> What kind of graphics are supported? Pixel-based bitmaps do not fit well
> together with otherwise measured fonts and other GUI elements.

It has nothing to do with "what kind of graphics are supported".
Layout manager are used to design or layout components on a form. MiG
Layout does just that. It positions, resizes etc components (edits,
comboboxes, treeviews, labels etc) on a form without using nested
layout managers or resize event handlers. Position or size of
components can be specified in any measuring unit and will keep the
form looking correct irrespective of when it is resized, dpi is
changed etc..


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list