Added small comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15779 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-01-30 04:50:07 +00:00
parent 3dc164c683
commit 7285a4c05e

View file

@ -105,6 +105,10 @@ typedef enum _NSScrollerArrow {
// Handling Events
//
- (NSScrollerPart)hitPart;
/* Return the part of the scroller which contains thePoint. thePoint
* is in the window's coordinate system.
*/
- (NSScrollerPart)testPart:(NSPoint)thePoint;
- (void)trackKnob:(NSEvent *)theEvent;
- (void)trackScrollButtons:(NSEvent *)theEvent;