; -*-Lisp-*- (sort of) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Description: Module Configuration File ; ; (C) Copyright 1997 CoCreate Software GmbH, all rights reserved. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Adding new licensed modules: ; ---------------------------- ; ; This file is in lisp notation. You can make comments where ever you ; want by using the ';'. ; ; - every entry of a licensed module must be in lisp notation as a list ; - the first element of the list has to be the 'official' module name ; - all other elements have to be signed with a lisp keyword ; - the following keywords + parameters are available: ; :act-fun () ; -> function to activate the module ; To process more than one function use the lisp function 'progn'. ; :deact-fun () ; -> function to deactivate the module ; No deactivate function causes the button to be grayed out after ; activation of the module. ; :label