Re: GUI stuff

1999-03-08 Thread Joeri van Ruth
On Tue, Feb 16, 1999 at 04:24:12PM -0600, Havoc Pennington wrote: > Gnome has two faces. From the developer's point of view it is an > application development framework. It adds a lot of useful widgets to Gtk, > adds some convenience functions, adds some things like configuration file > loading/sav

Re: GUI stuff

1999-02-18 Thread Kirk Hogenson
Havoc Pennington wrote: > What's really needed for that is wxGnome and wxKDE, which don't exist; > there's a reasonably large difference between a vanilla Gtk app and a > full-blown Gnome-o-rific app. I hope the wxGtk guy will expand to > Gnome once Gnome is 1.0, and hopefully Roberto will provide

Re: GUI stuff

1999-02-18 Thread Havoc Pennington
On Thu, 18 Feb 1999, Kirk Hogenson wrote: > > good. Someone (in fact, it is the same person who wrote QtC (Roberto > Alsina, who I quoted above)) is starting wxQt, a wrapper around Qt for > the wxWindows library. This would allow developers to sit on the fence > in the gnome-kde wars -- compil

Re: GUI stuff

1999-02-18 Thread Kirk Hogenson
[EMAIL PROTECTED] wrote: > > *-Kirk Hogenson <[EMAIL PROTECTED]> > | > | Qt is a C++ library. (No wrappers that I know of -- it is much > | harder to "wrap" an OO-library, unless you're wrapping in another > | OO language...) > > There are many wrappers for Qt. Since there is a C wrapper you > c

Re: GUI stuff

1999-02-18 Thread Ole J. Tetlie
*-Kirk Hogenson <[EMAIL PROTECTED]> | | Qt is a C++ library. (No wrappers that I know of -- it is much | harder to "wrap" an OO-library, unless you're wrapping in another | OO language...) There are many wrappers for Qt. Since there is a C wrapper you could also write a wrapper for almost any lan

Re: GUI stuff

1999-02-17 Thread Daniel Burrows
On Wed, Feb 17, 1999 at 04:34:19PM +, George Richard Russell was heard to say: > > > On Tue, 16 Feb 1999, David Webster wrote: > > I am wanting to start some GUI development but I am having a hard time > > figuring out just what the GUI development is? I see that the GTK > > libaraires are t

Re: GUI stuff

1999-02-17 Thread George Richard Russell
> On Tue, 16 Feb 1999, David Webster wrote: > I am wanting to start some GUI development but I am having a hard time > figuring out just what the GUI development is? I see that the GTK > libaraires are the base C++ GUI class libraries, but I also see stuff > like Gnome and qt* and Glib, and other

Re: GUI stuff

1999-02-16 Thread Havoc Pennington
On Tue, 16 Feb 1999, David Webster wrote: > I am wanting to start some GUI development but I am having a hard time > figuring out just what the GUI development is? I see that the GTK > libaraires are the base C++ GUI class libraries, but I also see stuff > like Gnome and qt* and Glib, and other s

Re: GUI stuff

1999-02-16 Thread Kirk Hogenson
David Webster wrote: > > I am wanting to start some GUI development but I am having a hard time > figuring out just what the GUI development is? I see that the GTK > libaraires are the base C++ GUI class libraries, but I also see stuff > like Gnome and qt* and Glib, and other stuff. Gnome is bas