[Clickdrag-cvs] ClickDrag ClickDragWindow.h,1.2,1.3
Status: Pre-Alpha
Brought to you by:
stevecheckoway
|
From: Steve C. <ste...@us...> - 2004-08-31 10:44:49
|
Update of /cvsroot/clickdrag/ClickDrag In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27342 Modified Files: ClickDragWindow.h Log Message: Fix HeaderDoc comment Index: ClickDragWindow.h =================================================================== RCS file: /cvsroot/clickdrag/ClickDrag/ClickDragWindow.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- ClickDragWindow.h 31 Aug 2004 08:18:21 -0000 1.2 +++ ClickDragWindow.h 31 Aug 2004 10:44:39 -0000 1.3 @@ -5,7 +5,7 @@ */ /*! - @class + @class ClickDragWindow @abstract Replacement class for NSWindow @discussion This class behaves exactly like NSWindow except it processes all events by checking if the even should be handled by ClickDrag. |