[fpc-pascal]GTK: multiline label

Olaf Leidinger leidola at newcon.de
Thu Oct 9 10:06:38 CEST 2003


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






More information about the fpc-pascal mailing list