On Mon, Oct 29, 2001 at 04:36:26PM -0500, Greg Ward wrote: > On 29 October 2001, [EMAIL PROTECTED] said: > > What I am trying to figure out is how to develop an X application > > using C++. I am using g++ version 2.96 as my compiler. I am using a > > workstation running Redhat 7.0 using XFree86 version 4.0.1. > > The last time you posted this, someone recommended looking into Qt -- > you must have missed their response. Anyways, Qt is a GUI toolkit > specifically for C++;
another C++ GUI Toolkit alternative certainly worth looking at is wxWindows 2 (see http://www.wxwindows.org/). wxWindows is a crossplatform GUI library supporting Windows 3.1/95/98/NT/W2K, and Unix with GTK+ or Motif/Lesstif. A wxMac development release is also available. regards, -lukas _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
