Skip to content
Snippets Groups Projects
Commit 23b4c5d4 authored by George Nachman's avatar George Nachman
Browse files

Update color picker framework to latest version with drag/drop support

parent 193ddd7a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,3 +22,5 @@ Intermediates/
NMSSH.framework.dSYM/
NMSSH/
iTerm2.xcodeproj/xcuserdata/
ColorPicker/ColorPicker.xcodeproj/project.xcworkspace/xcuserdata/
ColorPicker/ColorPicker.xcodeproj/xcuserdata/
No preview for this file type
Loading
Loading
@@ -25,4 +25,7 @@
color:(NSColor *)color
alphaAllowed:(BOOL)alphaAllowed;
 
// Changes the selected color.
- (void)selectColor:(NSColor *)color;
@end
Loading
Loading
@@ -8,8 +8,8 @@
*/
@interface CPKPopover : NSPopover
 
/** Reflects the final selected color. */
@property(nonatomic, readonly) NSColor *selectedColor;
/** Reflects the final selected color. Setter changes color in open popover. */
@property(nonatomic) NSColor *selectedColor;
 
/** Called before popover closes. */
@property(nonatomic, copy) void (^willClose)();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment