home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1992 by NightShade Software.
- *
- * NAME
- * WindowDepth : Layout
- *
- * DESCRIPTION
- * A custom Preferences option for setting WindowDepthLimits.
- *
- * COMMENTS/PROBLEMS
- * ---
- *
- * AUTHOR/DATE CREATED
- * Gary Ritchie/November 24, 1992
- *
- * REVISIONS
- *
- */
-
- #import <apps/Preferences.h>
- #import <appkit/appkit.h>
-
-
- @interface WindowDepth : Layout
- {
- id window;
- id browser;
- id infoPanel;
-
- id defaultRadio;
- id defaultSwitch;
-
- id appRadio;
- id appSwitch;
- }
-
-
- + new;
- - rescanPrefs:sender;
- - itemSelected:sender;
- - setDefault:sender;
- - setApp:sender;
-
- @end
-