> 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. _______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal