Initial NSScrubber implementation

This commit is contained in:
Samuel Attard 2017-03-13 10:51:12 +11:00
parent 280337bf46
commit 25a231fc50
No known key found for this signature in database
GPG key ID: E89DDE5742D58C4E
6 changed files with 178 additions and 2 deletions

View file

@ -17,7 +17,7 @@
#include "native_mate/constructor.h"
#include "native_mate/persistent_dictionary.h"
@interface AtomTouchBar : NSObject {
@interface AtomTouchBar : NSObject<NSScrubberDelegate> {
@protected
std::vector<mate::PersistentDictionary> ordered_settings_;
std::map<std::string, mate::PersistentDictionary> settings_;