mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
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:
parent
3dc164c683
commit
7285a4c05e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue