;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.presentation) ;;;;;; ;;; border/mixin (def (component e) border/mixin () ((border :type component)) (:documentation "A COMPONENT with a BORDER.")) (def (function e) render-with-border (style-class thunk)
>>
>>
>>>)