;;;; ;;;; B a l l o o n . s t k l o s -- Help-Balloon class definition ;;;; ;;;; Copyright © 1996-1998 Erick Gallesio - I3S-CNRS/ESSI ;;;; ;;;; 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. ;;;; ;;;; $Id: Balloon.stklos 1.1 Wed, 04 Feb 1998 10:34:59 +0000 eg $ ;;;; ;;;; Author: Erick Gallesio [eg@unice.fr] ;;;; Creation date: 23-Oct-1996 17:02 ;;;; Last file update: 3-Feb-1998 19:05 ;;;; (require "Basics") (select-module STklos+Tk) (export add-balloon) ;============================================================================= ; ; ; ;============================================================================= ;;;; ;;;; Resources ;;;; (option 'add "*HelpBalloon*Background" "#ffffb0" "widgetDefault") (option 'add "*HelpBalloon*Font" "fixed" "widgetDefault") (option 'add "*HelpBalloon*Relief" "flat" "widgetDefault") (option 'add "*HelpBalloon*HighlightThickness" 0 "widgetDefault") ;;;; ;;;; Class definition ;;;; (define-class (