home *** CD-ROM | disk | FTP | other *** search
- ;;;;
- ;;;; T k - c l a s s e s . s t k -- A set of autoloads for Tk classes
- ;;;;
- ;;;; Copyright ⌐ 1993-1996 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
- ;;;;
- ;;;; 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.
- ;;;;
- ;;;; Author: Erick Gallesio [eg@unice.fr]
- ;;;; Creation date: 19-Sep-1994 16:00
- ;;;; Last file update: 2-Jul-1996 11:49
-
-
- ;;;; Specify a suffix for autoload because filename are not case sensitive
- ;;;; under Win32!
-
-
- (autoload "Button.stklos" <Label> <Button> <Check-button> <Radio-button>)
- (autoload "Canvas.stklos" <Canvas> <Canvas-group> <Arc> <Bitmap-item> <Line>
- <Oval> <Polygon> <Rectangle> <Text-item> <Window>)
- (autoload "Entry.stklos" <Entry>)
- (autoload "Frame.stklos" <Frame>)
- (autoload "Listbox.stklos" <Listbox>)
- (autoload "Menu.stklos" <Menu> <Menu-button> make-menubar)
- (autoload "Message.stklos" <Message>)
- (autoload "Scale.stklos" <Scale>)
- (autoload "Scrollbar.stklos" <Scrollbar>)
- (autoload "Text.stklos" <Text>)
- (autoload "Toplevel.stklos" <Toplevel> *top-root* deiconify iconify withdraw
- toplevel-frame toplevel-state)
- (autoload "Choicebox.stklos" <Choice-box>)
- (autoload "Defbutton.stklos" <Default-button>)
- (autoload "Filebox.stklos" <File-box> make-file-box)
- (autoload "Lentry.stklos" <Labeled-entry>)
- (autoload "Multiwin.stklos" <Multiple-window> <Inner-window>)
- (autoload "Multipaned.stklos" <MultiPaned>)
- (autoload "Paned.stklos" <HPaned> <VPaned>)
- (autoload "Scrollbox.stklos" <Scroll-Listbox>)
- (autoload "Scrollcanvas.stklos" <Scroll-Canvas>)
- (autoload "Scrolltext.stklos" <Scroll-Text>)
- (autoload "Image.stklos" <Bitmap-image> <Photo-image>)
-
- (autoload "Basics.stklos" <Tk-widget> <Tk-Composite-Widget>)
-
- (provide "Tk-classes")
-