On Fri, Jan 01, 2010 at 05:09:24PM +0100, Tommaso Cucinotta wrote: >>> GuiWorkArea * GuiView::workArea(Buffer & buffer) > on a related note, what is the "Buffer::gui_" field ? What is the > purpose of those "gui delegate" ? If I call "hasGuiDelegate()", is that > equivalent to checking that the buffer has an associated view (workarea > and bufferview) ?
It's basically the remainder of the 'backward' Core/Gui separation LyX uses (for historical reasons). In theory, the core should not even know there is a gui watching it. Andre'