[fpc-pascal]GTK: multiline label

Gene Buckle geneb at deltasoft.com
Thu Oct 9 15:59:41 CEST 2003


> Hello
>
> How ist possible to make initialize in fpc a multiline label. Something like
>
> 	Lbl := gtk_label_new('Line1 \n Line2');
>
> I guess but with what do I have to replace the "\n" ?
>
> Thank's for any help
>

Would gtk_label_new('Line1' + #13 + 'Line2'); work?

g.






More information about the fpc-pascal mailing list