== Preliminary EasyGUI Specification Proposal == This is a very preliminary design for an easy-to-use Lisp framework covering a large part of the needs of a GUI application. The primary goal of this design is to make common things easy while still allowing full access to the underlying window system technology (e.g. Cocoa on the Macintosh) for those parts of application with less common needs. * [wiki:EasyGuiBasicViews Basic Views] * [wiki:EasyGuiViewMixins View Mixins] * [wiki:EasyGuiSubviews Subviews] * [wiki:EasyGuiControls Controls] * [wiki:EasyGuiWindows Windows] * [wiki:EasyGuiMenus Menus] * [wiki:EasyGuiInterfaceBuilderSupport Interface Builder Support] * [wiki:EasyGuiEvents Events] * [wiki:EasyGuiClipboard Clipboard] * [wiki:EasyGuiPrinting Printing] * [wiki:EasyGuiGraphics Graphics] * [wiki:EasyGuiAuxiliaryTypes Auxiliary Types]