mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Corrected documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29160 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
126f60f6db
commit
8bc3ee3cf8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-12-22 17:31-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSCell.m: Corrected documentation in GUI to reflect that
|
||||
this does nothing in the default implementation, according to spec.
|
||||
|
||||
2009-12-22 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSWindow.m (-validateUserInterfaceItem):
|
||||
|
@ -34,6 +39,7 @@
|
|||
allowsOtherFileTypes attribute to its default when a fresh save
|
||||
panel is requested.
|
||||
|
||||
>>>>>>> .r29159
|
||||
2009-12-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSIconManager.h,
|
||||
|
|
|
@ -1552,7 +1552,7 @@ static NSColor *dtxtCol;
|
|||
return NO;
|
||||
}
|
||||
|
||||
/**<p>TODO</p>
|
||||
/**<p>Default implementation of this method in NSCell does nothing.</p>
|
||||
*/
|
||||
- (void) stopTracking: (NSPoint)lastPoint
|
||||
at: (NSPoint)stopPoint
|
||||
|
|
Loading…
Reference in a new issue