On 9 Nov 2008 20:27:16 +0000, Chris Young wrote: > > > Is there any way of persuading NetSurf to create frames like this > > > instead of "real" frames? Or at least for IFrames? > > > > Nope. Frames and iframes are handled specially in the core code. > > I thought that would be the answer.
Looking at this a bit deeper, is it possible to box_create() and set box->object to bw->current_content at the gui_create_window() stage? The box then needs to be linked to the base browser_window (which I can't immediately see how to do). Would this work? Chris
