Hello!
> How ist possible to make initialize in fpc a multiline label. Something like
> 
>       Lbl := gtk_label_new('Line1 \n Line2');
I did't test it, but something like this should work:

        Lbl := gtk_label_new('Line1 ' + #10 + ' Line2');

Ciao,

Olaf



_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to