On 21 Jun 2009, at 12:57, Michael Schmid wrote: >> On 21 Jun 2009, at 11:03, Michael Schmid wrote: >>> Is there a way to draw a button with several lines of text? And all >>> the rows should be centered... I guess (And I didn't find any >>> sollution by googling) this is not implemented in standard :-( > > OK, I'll test it!
One thing I forgot to mention: If you put a long string of text into the label, fltk will wrap it where it thinks is appropriate to fit the button. But if you want to insert breaks where you choose, use CTRL+J to insert linefeeds into the raw string, and fltk will wrap the lines at those points. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

