From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Mattie Newsgroups: gmane.emacs.devel Subject: Re: Neat features in Eclipse editor Date: Wed, 26 Mar 2008 17:22:55 -0700 Message-ID: <20080326172255.420a9251@reforged> References: <873aqia0eh.fsf@stupidchicken.com> <47E96BAA.7040101@gmail.com> <87ve39qfep.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/h7ZIc1z9jXpfczwg8/_jvuJ"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Trace: ger.gmane.org 1206577675 28412 80.91.229.12 (27 Mar 2008 00:27:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 00:27:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 01:28:25 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jefyj-0004eX-8E for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 01:28:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jefy7-0003mC-Lt for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 20:27:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jefy3-0003kj-LZ for emacs-devel@gnu.org; Wed, 26 Mar 2008 20:27:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jefy2-0003iy-8l for emacs-devel@gnu.org; Wed, 26 Mar 2008 20:27:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jefy2-0003iq-0y for emacs-devel@gnu.org; Wed, 26 Mar 2008 20:27:42 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jefy2-0004oY-54 for emacs-devel@gnu.org; Wed, 26 Mar 2008 20:27:42 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so4706114wah.10 for ; Wed, 26 Mar 2008 17:27:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=Jy70O+6bY7AfmcjPSymCvMGV/0peL815IgYDVczbNIk=; b=aYw9WE6N4YdDi1jW56JNgnWIMftCjHQeoizwIlznOh2nnW1zdXrVI/aet+yLmb21xELRWQlMHT9Nr3izyJprE//7mmxNaAwiyXpq2sVodXkmL2Zm9dQzkS/0LoB115ZO71eKsCYnPDxkTaHCP/coPKaIsNY+rSALSSNzvVRK/Tw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=L5iUz3fNzIFPq5zEVxXFCTjVEhPiclYq3My85KXQBYWwnREHRKrI1GA3jdVERZcHRvnkJVZ1rCVYkK9ytoNp6qdMP5Txnrrvkao5guSU5OJ8cSLR6XeawQGo3bWbvV3LN6eA79bhGMebD3iWwJs9MV8xIQQU+s3D9n0iXjV3Gog= Original-Received: by 10.114.38.2 with SMTP id l2mr408811wal.69.1206577659205; Wed, 26 Mar 2008 17:27:39 -0700 (PDT) Original-Received: from reforged ( [71.217.206.83]) by mx.google.com with ESMTPS id v37sm4643934wah.12.2008.03.26.17.27.38 (version=SSLv3 cipher=OTHER); Wed, 26 Mar 2008 17:27:38 -0700 (PDT) In-Reply-To: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.8; i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93591 Archived-At: --Sig_/h7ZIc1z9jXpfczwg8/_jvuJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 26 Mar 2008 23:57:50 +0100 "paul r" wrote: > 2008/3/26, Sebastian Rose : > > The nice thing about it is, that it uses the native toolkit of the > > plattform compiled on. No more ifdefs or anything to compile with > > Gtk/MFC/MAC. On linux Gtk is the default. Even the event handling, > > threading and networking are unified. I used wxWidgets for some > > smaller projects and I think it is the best attempt of a > > multiplattform lib. > > > > Projects created with wxWidgets can be viewed on the projects > > website. Some use custom widgets (like audacity). > > > Hi, I have never used wxWidget but I have heard good things about it. > One question : I read it is written in C++, with binding for several > langages[1]. I can not see C , nor emacs lisp in the list. Is is > implicitly usable through C ? Or do you have other plan ? > Thanks It's all pre-stl C++, most of the advanced features of C++ aren't used. You can make a canonical thunk to call C++ from C. namespace "C" { void foo( void ) { bar.method(); } } It's been a while since I kept Stroustrup under my pillow, so the example might be wrong. > Paul >=20 > [1] http://www.wxwidgets.org/wiki/index.php/General_Information > > > > >=20 >=20 --Sig_/h7ZIc1z9jXpfczwg8/_jvuJ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFH6ujfdfRchrkBInkRAqk+AKCEx2rDg7iJYB8PDFDlzhSwlbRZdwCeN9OW huJAaQv69chRqF/yyR2C9lM= =5zvf -----END PGP SIGNATURE----- --Sig_/h7ZIc1z9jXpfczwg8/_jvuJ--