From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "paul r" Newsgroups: gmane.emacs.devel Subject: Re: Neat features in Eclipse editor Date: Wed, 26 Mar 2008 23:57:50 +0100 Message-ID: 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: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206572289 11880 80.91.229.12 (26 Mar 2008 22:58:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 22:58:09 +0000 (UTC) Cc: emacs-devel Mailinglist To: "Sebastian Rose" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 26 23:58:40 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 1JeeZo-0001R3-PR for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 23:58:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeeZD-0002m0-EM for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 18:57:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeeZ9-0002lv-D3 for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:57:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeeZ7-0002lf-O8 for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:57:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeeZ7-0002lc-Ho for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:57:53 -0400 Original-Received: from fk-out-0910.google.com ([209.85.128.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JeeZ7-0007W9-7Q for emacs-devel@gnu.org; Wed, 26 Mar 2008 18:57:53 -0400 Original-Received: by fk-out-0910.google.com with SMTP id 26so4783091fkx.10 for ; Wed, 26 Mar 2008 15:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=9aMoZ99g73Vw6y3Y+QXKWD1CCfTqMdq2MXTgoGEW0YI=; b=FeK/GtzfJ9471emRSZnVxZyj66V1mmT96deyCK4Tawpf3y1FJ+NqpPBSOFsVZi8LpGUeA7KiRDDuX+9tgxT+FNRSWYhD44lEvCW0LH7Uf7Ao5jk2riLQsWe5fcFNr5q8LC59WPhT/t5rftsoTkmZFBx5vmE8ZdOcIMsyuRv8k/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ogmfd8KUTRVE2ESZp/3jPtb8ypIMbdWdZP8kEnt42wXJ9+n1Ky5HUCHK7BDmGkTG2jaS6rxmtgEXtuupPU5NrlRxscmQ+fBwQpMljMLSZwCEMPFw7Lk1aUnZCcBJX4H+p0+o9EUmoiUviXJ3QVwzpDmsR+tPFFcpzIIIASlSFUY= Original-Received: by 10.82.174.20 with SMTP id w20mr13583bue.38.1206572270941; Wed, 26 Mar 2008 15:57:50 -0700 (PDT) Original-Received: by 10.82.175.3 with HTTP; Wed, 26 Mar 2008 15:57:50 -0700 (PDT) In-Reply-To: <87ve39qfep.fsf@gmx.de> Content-Disposition: inline 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:93580 Archived-At: 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 Paul [1] http://www.wxwidgets.org/wiki/index.php/General_Information > >