Initial NSScrubber implementation
This commit is contained in:
parent
280337bf46
commit
25a231fc50
6 changed files with 178 additions and 2 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue