Giau P schrieb: > I have the plots in the plotting areas resolved, but the ticks and > labels along x and y axes still do not resize.
Normally you must do things like that by your own. For those things there are fixed sizes and you must change them, when resizing. For example there might be a predefined label_hight. For this you save intitial window heigt h0 and intial label_hight lh0 and when resizing the window to new h you must recalculate label_hight= (lh0* h)/h0; _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

