> Hello,
>
> My Fl_Double_Window draws graphs. The plots are inherited from Fl_Gl_Window. 
> The x and y axes are inherited from Fl_Box. When I set the
> Fl_Double_Window to resizable and drag the window horizontally, the plotting 
> areas resize, but the plots themselves and the x and y axes do not.
>
> I tried to add them in a group and set one to resizable, this does not work. 
> I then tried to add them to two groups, one was a subgroup of another, it 
> still does not work. How can I achieve this task?
>
> Thanks,
>
>
>
> Giau P.


I have the plots in the plotting areas resolved, but the ticks and labels along 
x and y axes still do not resize.

For the plots I override the resize() in Fl_Double_Window, but for the ticks 
and labels which inherit from Fl_Box does not have resize(). I tried to 
override handle(), but dont know which event should I capture when the mouse 
drags the Fl_Double_Window to minimize/maximize it.

Thanks,


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

Reply via email to