stk/STklos/Tk/Frame.stklos

22 lines
927 B
Plaintext
Raw Normal View History

1996-09-27 06:29:02 -04:00
;;;;
;;;; F r a m e . s t k -- Frame class definition
;;;;
1998-04-10 06:59:06 -04:00
;;;; Copyright <20> 1993-1998 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
1996-09-27 06:29:02 -04:00
;;;;
;;;; Permission to use, copy, and/or distribute this software and its
;;;; documentation for any purpose and without fee is hereby granted, provided
;;;; that both the above copyright notice and this permission notice appear in
;;;; all copies and derived works. Fees for distribution or use of this
;;;; software or derived works may only be charged with express written
;;;; permission of the copyright holder.
;;;; This software is provided ``as is'' without express or implied warranty.
;;;;
1998-09-30 07:11:02 -04:00
;;;; $Id: Frame.stklos 1.3 Mon, 26 Jan 1998 15:50:43 +0100 eg $
1998-04-10 06:59:06 -04:00
;;;;
1996-09-27 06:29:02 -04:00
;;;; Author: Erick Gallesio [eg@kaolin.unice.fr]
;;;; Creation date: 30-Mar-1993 15:39
1998-04-10 06:59:06 -04:00
;;;; Last file update: 26-Jan-1998 12:19
1996-09-27 06:29:02 -04:00
1998-04-10 06:59:06 -04:00
(require "Toplevel") ; Frame and Toplevel are merged now.
1996-09-27 06:29:02 -04:00
(provide "Frame")