Revision: 12149
          http://sourceforge.net/p/skim-app/code/12149
Author:   hofman
Date:     2021-03-01 15:14:47 +0000 (Mon, 01 Mar 2021)
Log Message:
-----------
Pre declare method

Modified Paths:
--------------
    trunk/SKColorSwatch.m

Modified: trunk/SKColorSwatch.m
===================================================================
--- trunk/SKColorSwatch.m       2021-03-01 15:10:15 UTC (rev 12148)
+++ trunk/SKColorSwatch.m       2021-03-01 15:14:47 UTC (rev 12149)
@@ -102,6 +102,7 @@
 @interface SKColorSwatch ()
 @property (nonatomic) NSInteger selectedColorIndex;
 @property (nonatomic, readonly) CGFloat fitWidth;
+- (NSRect)frameForItemViewAtIndex:(NSInteger)anIndex 
collapsedIndex:(NSInteger)collapsedInde;
 - (void)setColor:(NSColor *)color atIndex:(NSInteger)i 
fromPanel:(BOOL)fromPanel;
 @end
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to