> My Fl_Double_Window draws graphs. The plots are inherited 
> from Fl_Gl_Window.

A word of caution - I recommend against embedding a GL window inside a
Fl_Double_Window because on some platforms there can be interactions
between the GL and Window buffers, making it look like the GL context is
not redrawing.

I'd recommend you always embed a GL window in a "plain" Fl_Window
instead.

Actually, I think it says this in the docs somewhere... Though I am not
sure.


> 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?

Have you studied the resizing examples in the test folder?
Also, there's a useful how-to on the website that you should read.

However, I don't think I have understood your question in enough detail
to provide a useful answer - can you provide more detail, please, or
perhaps a minimal compileable example that shows what you are doing.




SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

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

Reply via email to