From owner-freebsd-questions Fri Jul 10 12:54:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29179 for freebsd-questions-outgoing; Fri, 10 Jul 1998 12:54:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29091 for ; Fri, 10 Jul 1998 12:53:58 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.8/8.8.8) with SMTP id MAA04890; Fri, 10 Jul 1998 12:53:43 -0700 (PDT) (envelope-from ejs@bfd.com) Date: Fri, 10 Jul 1998 12:53:42 -0700 (PDT) From: "Eric J. Schwertfeger" To: Onur Toker cc: FREEBSD , SOLARIS-X86 Subject: Re: Multithreaded X11 applications In-Reply-To: <35A68F15.F26CCF74@kfupm.edu.sa> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 10 Jul 1998, Onur Toker wrote: > (2) If you are an X11 expert, do you know any actual widget library > written > completely in C++ ? All widget libraries that I know are written in C, > and I am just > curious to learn what direction the industry has adopted in the past > couple of years. There's InterViews, which isn't being developed anymore, and Qt, which is, but is under a license that you can only use it for free if you are going to make the resulting program freely available (only applies to Unix, the Win32 version requires purchase). gtk-- is a C++ wrapper around gtk+, a C toolkit. gtk-- actually feels like a native kit, rather than a wrapper, so it may be acceptible to you. Other than that, check out http://www.geocities.com/SiliconValley/Vista/7184/guitool.html for a comparison of various toolkits, including a breakdown by what languages they support. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message