On Jul 19, 2007, at 4:38 PM, Graham wrote: > Hello: > > I would like to create a button with an image and a text label > inside the button. I would like the alignment to be either: > > [image] text > or > text [image] > > Currently alignment seems to only allow the text above or below the > image. Is there a method to do this?
In FLTK1, this is currently not possible unless you override the draw () function. In FLTK2, you register your image with the sybols and create a lable like this: "@myimage;mytext" or "[EMAIL PROTECTED];" ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

