[fpc-pascal] X Windows and FPC

Graeme Geldenhuys graemeg.lists at gmail.com
Sun Jul 30 18:57:15 CEST 2006


That shouldn't be to difficult to add.  All TWidget (most basic
control class) decendants have a CanExpandWidth and CanExpandHeight
property, including all Layout Managers.  All it would need is a bit
of tweaking with the layout mode for that to happen.  I will add it to
the todo list.

Regards,
  Graeme.


On 7/30/06, Andreas Berger <Andreas at thebergerclan.org> wrote:
> Very, very nice.
>
> One question: Will eventually be able to reposition objects when the
> form size is changed? For example: A line has two Edits + Label. When
> the form is diminished horizontally, and the two edits no longer fit the
> the same line without violating their minimum sizes, will the second be
> moved under the first? Something like word-wrap, but with component groups.
>
> Regards,
> Andreas.
>
> Graeme Geldenhuys wrote:
> > As promised...  Below is a link to a web page showing some screenshots
> > (under Linux) and information on the widget set.  I typed it out
> > really quick, so am pretty sure I forgot some stuff in the feature
> > list.  At a later date, I will create a full web page and put the
> > documentation online.
> >
> > http://opensoft.homeip.net/fpgui/FreepascalWidgetSet.html
> >
> > Regards,
> >  Graeme.
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>


-- 
There's no place like 127.0.0.1



More information about the fpc-pascal mailing list