On Sun, 11 Jan 2009 16:49:10 +0100
Hans-Peter Diettrich <drdiettri...@aol.com> wrote:

> Felipe Monteiro de Carvalho schrieb:
> 
> >> What's the base class for an layout manager?
> > 
> > There is none specific. I would suggest trying TCustomControl if you
> > also want to draw borders or TControl if you just want to position
> > childs.
> 
> That doesn't answer the question, how to marry controls and layout 
> manager. How will the form designer interact with the layout
> manager...

At the moment this is completely in the LCL. Controls can override
various methods to alter that behavior and applications can set events.
For example you can create a component that sets all
OnResize/OnChangeBounds events.
There is no global or form based possibility to override.
You are welcome to make a proposal.


Mattias
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to