;;;;
;;;; T k - c l a s s e s . s t k	-- A set of autoloads for Tk classes
;;;;
;;;; Copyright (C) 1993,1994,1995 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: 11-Jul-1995 22:02


(autoload "Button"  	 <Label> <Button> <Check-button> <Radio-button>)
(autoload "Canvas"  	 <Canvas> <Canvas-group> <Arc> <Bitmap> <Line> <Oval>
	  	    	 <Polygon> <Rectangle> <Canvas-Text> <Window>)
(autoload "Entry"   	 <Entry>)
(autoload "Frame"   	 <Frame>)
(autoload "Listbox"  	 <Listbox>)
(autoload "Menu"    	 <Menu> <Menu-button> make-menubar)
(autoload "Message" 	 <Message>)
(autoload "Scale"   	 <Scale>)
(autoload "Scrollbar" 	 <Scrollbar>)
(autoload "Text"	 <Text>)
(autoload "Toplevel"	 <Toplevel> *top-root* deiconify iconify withdraw
	  		 toplevel-frame toplevel-state)
(autoload "Choicebox"	 <Choice-box>)
(autoload "Defbutton"	 <Default-button>)
(autoload "Filebox"	 <File-box> make-file-box)
(autoload "Lentry"	 <Labeled-entry>)
(autoload "Paned"	 <HPaned> <VPAned>)
(autoload "Scrollbox"	 <Scroll-Listbox>)
(autoload "Scrollcanvas" <Scroll-Canvas>)
(autoload "Scrolltext"	 <Scroll-Text>)

(provide "Tk-classes")
