Gnome frontend: print inserturl dialogs

2000-08-14 Thread Marko Vendelin
Hi! the following patch together with additional files in tar.gz archive add Print and InsertUrl dialogs to Gnome frontend. The dialogs were implemented using Glade and its C output. I've tried to use glade-- to produce C++ output , but the result was far from complete since glade-- doesn't

Re: Gnome frontend: print inserturl dialogs

2000-08-14 Thread Allan Rae
On Mon, 14 Aug 2000, Marko Vendelin wrote: The dialogs were implemented using Glade and its C output. I've tried to use glade-- to produce C++ output , but the result was far from complete since glade-- doesn't cover Gnome very well and produces the code for older version of Gtk--. So, I

Re: Gnome frontend: print inserturl dialogs

2000-08-14 Thread Marko Vendelin
On Mon, 14 Aug 2000, Allan Rae wrote: On Mon, 14 Aug 2000, Marko Vendelin wrote: The dialogs were implemented using Glade and its C output. I've tried to use glade-- to produce C++ output , but the result was far from complete since glade-- doesn't cover Gnome very well and produces

Re: Gnome frontend: print inserturl dialogs

2000-08-14 Thread Juergen Vigna
To compile this patch you need to copy all unimplemented dialogs in Gnome frontend from Xforms frontend (or set up corresponding symbolic links). Maybe you should try some automake magic to create the symlinks at compile time. Try filling in the BUILT_SOURCES variable and then provide

Gnome frontend: print & inserturl dialogs

2000-08-14 Thread Marko Vendelin
Hi! the following patch together with additional files in tar.gz archive add Print and InsertUrl dialogs to Gnome frontend. The dialogs were implemented using Glade and its C output. I've tried to use glade-- to produce C++ output , but the result was far from complete since glade-- doesn't

Re: Gnome frontend: print & inserturl dialogs

2000-08-14 Thread Allan Rae
On Mon, 14 Aug 2000, Marko Vendelin wrote: > The dialogs were implemented using Glade and its C output. I've tried to > use glade-- to produce C++ output , but the result was far from complete > since glade-- doesn't cover Gnome very well and produces the code for > older version of Gtk--. So, I

Re: Gnome frontend: print & inserturl dialogs

2000-08-14 Thread Marko Vendelin
On Mon, 14 Aug 2000, Allan Rae wrote: > On Mon, 14 Aug 2000, Marko Vendelin wrote: > > > The dialogs were implemented using Glade and its C output. I've tried to > > use glade-- to produce C++ output , but the result was far from complete > > since glade-- doesn't cover Gnome very well and

Re: Gnome frontend: print & inserturl dialogs

2000-08-14 Thread Juergen Vigna
>> To compile this patch you need to copy all unimplemented dialogs in Gnome >> frontend from Xforms frontend (or set up corresponding symbolic links). > > Maybe you should try some automake magic to create the symlinks at compile > time. Try filling in the BUILT_SOURCES variable and then