home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************
- * CLASS: MiscDVInspector (MiscDragViewInspector)
- * PROGRAMMER: Todd Thomas todd@avocado.cuc.ab.ca
- * DATE: Dec 10, 1993
- *
- * Allows you to set a few of the dragging options.
- *
- ***************************************************************************/
-
- #import <appkit/appkit.h>
-
- #import <apps/InterfaceBuilder.h>
-
-
- @interface MiscDVInspector : IBInspector
- {
- id optionMatrix;
- id borderMatrix;
- }
-
- - init;
- - revert: sender;
- - optionsChanged: sender;
- - borderChanged: sender;
- - (BOOL)wantsButtons;
-
- @end
-