emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Neat features in Eclipse editor


From: Mike Mattie
Subject: Re: Neat features in Eclipse editor
Date: Wed, 26 Mar 2008 17:22:55 -0700

On Wed, 26 Mar 2008 23:57:50 +0100
"paul r" <address@hidden> wrote:

> 2008/3/26, Sebastian Rose <address@hidden>:
> > 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
> 
> [1] http://www.wxwidgets.org/wiki/index.php/General_Information
> >
> >
> 
> 

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]