gutopia-dev
[Top][All Lists]
Advanced

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

Re: [rgui-dev] RE: Backend Debouch


From: Massimiliano Mirra
Subject: Re: [rgui-dev] RE: Backend Debouch
Date: Sun, 25 Aug 2002 13:24:30 +0200
User-agent: Mutt/1.3.28i

On Sun, Aug 25, 2002 at 12:52:04AM -0700, Curt Hibbs wrote:
> One of the big advantage of the SWT approach compared to the FOX,
> wxWindows, ParaGUI... approach is that SWT uses the native widget set of
> the platform it runs on which immediately gives to the application the
> native look and feel of the platform it runs on. 

I gather that's half of what we're doing here.  Native backends have
been given higher priority than cross platform ones for exactly that
reason.

The other half, and what sets the project apart from others, is that
we're also trying to distill a set of programming practices and
patterns for GUI programming, and then build modules that let us
express those patterns with just a few lines of code, like Ruby
already lets us write ``require 'observer'; object.extend(Observable)'';
see for example the discussions on gui_manager.watch_methods,
widget.attr.bind(model.variable), variable.extend(Trigger), and so on.


Massimiliano




reply via email to

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