This is SuitPileDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*-------------------------------------------------------------------------- | -------------------------------------------------------------------------- | | SuitPileDelegate :Object | | << Description >> | | -------------------------------------------------------------------------- \---------------------------------------------------------------------------*/ #import <appkit/appkit.h> @interface SuitPileDelegate:Object { BOOL doubleClickCheck; BOOL isEnabled; } /*---------------------------------------------------------------------------- | | CardPileView delegation methods | \---------------------------------------------------------------------------*/ - setDoubleClickCheck; - (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView; - acceptPile:aCardPile in:aCardPileView; - setEnabled:(BOOL)flag; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.