On 25.10.2010, at 17:46, Paul R wrote: > What is the method to have the text show over the image that is set as a > label? It just refuses to do it for me, i have manouvered things around and > switched the button boxes to flat so they no longer show and i now have the > image nicely representing the button, only thing is - no text. > I can of course draw the buttons seperately with the text on them in an image > editor, but i saw the option/ 'show label text over the image' and thought > happy days that makes life simpler...saves me keeping several copies of same > button etc...but it wont work, keeps appearing above or below etc, not over. > > Can this be done or am i just misreading this?
In FLTK 1.3, you can use FL_ALIGN_IMAGE_BACKDROP for alignment. It will first draw the boxtype, then draw a centered image, then draw a centered text. - Matthias PS: There are a lot of new alignment values in FLTK 1.3... . _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

