home *** CD-ROM | disk | FTP | other *** search
- /* Copyright 1993 Michael B. Johnson
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any non-commercial
- * purpose and without fee is hereby granted, provided that the
- * above copyright notice appears in all copies. Michael B. Johnson
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * Permission to use, copy, modify or distribute this software
- * and its documentation for any commercial purpose must be
- * confirmed in writing with Michael B. Johnson. He can be
- * contacted at:
- * 20 Ames St. E15-023G
- * Cambridge, MA 02141
- * (617) 547 0563
- *
- */
-
- #import <apps/InterfaceBuilder.h>
-
- @interface WWTCLWidgetsPalette:IBPalette
- {
- id timerData;
- id timerView;
- id tclInterpData;
- id tclInterpView;
- id linHorizTW;
- id linVertTW;
- id radHorizTW;
- id radVertTW;
- id switchButton;
- id textField;
- id movieView;
- id movieVarView;
- id movieProcView;
- }
-
- - setLinHorizTW:object;
- - setLinVertTW:object;
- - setRadHorizTW:object;
- - setRadVertTW:object;
- - setSwitchButton:object;
- - setTextField:object;
- - setMovieView:object;
- - setMovieVarView:object;
- - setMovieProcView:object;
-
- @end
-