> > In what sense are these "global"?  If you "new" a widget 
> *of any sort*
> > it will be automatically added to the last valid window, so 
> if this is
> > literally what your code looks like you are probably 
> creating a series
> > of nested windows, which is *not* going to be what you want.
> 
> I want to have all of my menu windows "inside" of the main 
> window. I don't want to have each menu window appearing in 
> the taskbar and I don't really need the whole window 
> decoration (max./min./close buttons).

Then you probably should not be using windows at all - if what you want
is a container widget you should probably be using Fl_Group instead.

Ah! Wait - are you trying to do some sort of MDI interface with this?


Well, I guess I don't understand what you are trying to do - some more
explanation might help, or a simplified, compileable, example...




> When I leave the subwindows as top level windows, I only need 
> to call show() once for them to pop-up. Why do I need to do 
> it twice when they are added to MainWin???

I don't know.
I suspect that once you understand that, all will make sense...!




SELEX Sensors and Airborne Systems Limited
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