GUI facility
Per Bothner
per@bothner.com
Thu Jan 23 22:32:00 GMT 2003
One interesting approach would be to borrow some ideas (and
perhaps even code) from Luxor (http://luxor-xul.sourceforge.net/),
but using Scheme syntax instead of XML syntax:
I.e. instead of:
<menuitem action="newApplication" label="New Application..."
mnemonic="A" accel="control A" icon="newApplication" />
we'd have:
(menuitem action: cmdNewApplication label: "New Application..."
mnemonic: #\A accel: "control A" icon="newApplication")
Using Scheme we can of course use real values and expressions,
not just strings.
Any volunteers?
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
More information about the Kawa
mailing list