Hello,

may be I did not look enough into the docs. But I could not find the 
answer to my question:

One draws:

    fl_draw_box(FL_UP_FRAME, x, y, w, h, color);

some time later I want to determine the width of the frame to draw into 
the inner box, like so:

fw = ???();  // this function, I can't find
   image->draw(x+fw, y+fw, w-2*fw, h-2*fw);


Thanks in advance,

Bernhard

PS: fltk 1.3.0
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to