> I would like to open several windows in the same main window > in order to display several images. > I am able to display a window in the main window but without > border by using Fl_Single_Window. But I can't find out how > to add a border and to display more than one window. > > Any suggestions ?
I'm not sure I understood, but is this a question about building an MDI interface? If so, FLTK doesn't support MDI by default (indeed nobody does these days, even Microsoft has abandoned it in recent versions of their tools - and they "invented" it in the first place, to get around the limitations of Win3.x...) There are, IIRC, some MDI add-on widgets for FLTK in the links pages that would show you how to proceed, so they might be the best place to start. 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

