This is MODateTextCellInspector.h in view mode; [Download] [Up]
// MODateTextCellInspector.h // // by Mike Ferris // Part of MOKit - MORegexPalette // Copyright 1993, all rights reserved. // ABOUT MOKit // by Mike Ferris (mike@lorax.com) // // MOKit is a collection of useful and general objects. Permission is // granted by the author to use MOKit in your own programs in any way // you see fit. All other rights pertaining to the kit are reserved by the // author including the right to sell these objects as objects, as part // of a LIBRARY, or as SOURCE CODE. In plain English, I wish to retain // rights to these objects as objects, but allow the use of the objects // as pieces in a fully functional program. Permission is also granted to // redistribute the source code of MOKit for FREE as long as this copyright // notice is left intact and unchanged. NO WARRANTY is expressed or implied. // The author will under no circumstances be held responsible for ANY // consequences from the use of these objects. Since you don't have to pay // for them, and full source is provided, I think this is perfectly fair. // ABOUT MODateTextCellInspector // // Handles the inspector for a MODateTextCell. It allows setting of the tag // and allowEmptyString flag. It lets the cell be editable, selectable // and/or scrollable, and it allows a choice of American or European input // styles and date formatting options. #import <appkit/appkit.h> #import <apps/InterfaceBuilder.h> @interface MODateTextCellInspector:IBInspector { id styleRadioMatrix; id formatCheckbox; id formatForm; id backgroundGrayMatrix; id textGrayMatrix; id alignmentMatrix; id borderMatrix; id allowEmptyStringButton; id optionsCheckboxMatrix; id tagForm; } + initialize; - init; - optionsCheckboxAction:sender; - ok:sender; - revert:sender; - (BOOL)wantsButtons; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.