From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Rose Newsgroups: gmane.emacs.devel Subject: Re: Neat features in Eclipse editor Date: Wed, 26 Mar 2008 23:38:54 +0100 Message-ID: <87ve39qfep.fsf@gmx.de> References: <873aqia0eh.fsf@stupidchicken.com> <47E96BAA.7040101@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206571168 8182 80.91.229.12 (26 Mar 2008 22:39:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 22:39:28 +0000 (UTC) To: emacs-devel Mailinglist Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 26 23:39:59 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 1JeeHm-00031h-0j for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 23:39:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeeHA-0007VQ-IS for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 18:39:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeeH7-0007VK-0J for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:39:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeeH5-0007V8-BJ for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:39:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeeH5-0007V5-7I for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:39:15 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JeeH4-0003EJ-QO for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:39:15 -0400 Original-Received: (qmail invoked by alias); 26 Mar 2008 22:39:12 -0000 Original-Received: from p57A2A4EC.dip0.t-ipconnect.de (EHLO noname.gmx.de) [87.162.164.236] by mail.gmx.net (mp051) with SMTP; 26 Mar 2008 23:39:12 +0100 X-Authenticated: #8529601 X-Provags-ID: V01U2FsdGVkX1+DC28er12Dx+H3SKMsSO7Mo5rEGUXIkzx8XtxtV0 O/M0wdxp457ZCG In-Reply-To: (Richard Stallman's message of "Wed, 26 Mar 2008 18:25:24 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:93577 Archived-At: 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).