This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GUI facility


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]