;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.presentation) ;;;;;; ;;; border/widget (def (component e) border/widget (standard/widget content/component) () (:documentation "A BORDER COMPONENT."))