Ethereal-dev: Re: [Ethereal-dev] Ethereal GUI

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Mon, 17 Nov 2003 17:16:40 -0600 (CST)
On Mon, 17 Nov 2003, Guy Harris wrote:

> On Nov 17, 2003, at 5:44 AM, Ulf Lamping wrote:
> 
> > Well, that would be nice to look at. But please keep in mind, that 
> > making different GUIs for different platforms will force people to 
> > maintain different frontends at once, even if they don't have that 
> > platform by hand. Currently, you will write code for the GTK, and it 
> > will work (hopefully) on all supported platforms.
> 
> It might be interesting to see what Abiword does about this.

AbiWord uses more of a methodology than an actual library.  The code that
I looked through appeared to be AbiWord-specific; the source comes with a
"Hello, world" sample that contains its own application framework (af)
directory and its own helloworld-specific code.  A presentation on the
methodology is online at
http://www.abisource.com/papers/lwce2000ny/sld001.phtml.