subscribe lyx-devel
On Sat, 9 Sep 2000, John Levon wrote:
> My question is what would break if this was moved into the ctor
> for LyXGUI, making GUIRuntime a non-static, with LyXGUI storing a pointer
> to it ?
>
> Would the Gnome stuff break ? Marko ?
no problem. it should be very similar to kde.
marko
On Thu, Sep 07, 2000 at 12:26:45PM +0100, Jose Abilio Oliveira Matos wrote:
> On Wed, Sep 06, 2000 at 12:45:29AM +0300, Dekel Tsur wrote:
> > On Tue, Sep 05, 2000 at 04:27:54PM +0100, Jose Abilio Oliveira Matos wrote:
> > > Also is it possible to have different viewers for docbook and linuxdoc.
On Fri, Sep 08, 2000 at 03:22:07PM +0200, Juergen Vigna wrote:
> You also would have seen that the save-file format is exactly the same
> so the .lyx format didn't change because of this, just now it IS possible
> to see that the language in LyXFont IS the document wide language and so
> I can se
Hi, we still have gui code in main.C
My question is what would break if this was moved into the ctor
for LyXGUI, making GUIRuntime a non-static, with LyXGUI storing a pointer
to it ?
Would the Gnome stuff break ? Marko ?
This seems the nicest solution (?). Alternatively a static init() method