Lisp HUG Maillist Archive

[announce] dialogue

Dialogue is a Common Lisp tool to easy write dialogs using the 
Java Standard Widget Toolkit (SWT) and Foil (a Foreign Object 
Interface for Lisp, http://foil.sourceforge.net/). It provides an 
abstract layer over the controls and layout capabilities found in SWT.

Developed on LispWorks for Windows.

How it looks (minimal dialog):

(dialogue
  `(name
    department
    full-time?
    email
    salary)
  :data *employee-1*
  :title "Minimal")


Examples, documentation and download:
http://www.algo.be/cl/dialogue/index.htm

Francis Leboutte


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


Updated at: 2020-12-10 08:53 UTC