git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Getting things in order for the bigger stuff...
[ITKit.git]
/
ITKeyCombo.h
diff --git
a/ITKeyCombo.h
b/ITKeyCombo.h
index
e6d1be0
..
5bda4c5
100755
(executable)
--- a/
ITKeyCombo.h
+++ b/
ITKeyCombo.h
@@
-16,6
+16,7
@@
+ (id)clearKeyCombo;
+ (id)keyComboWithKeyCode: (int)keyCode modifiers: (int)modifiers;
+ (id)clearKeyCombo;
+ (id)keyComboWithKeyCode: (int)keyCode modifiers: (int)modifiers;
++ (id)keyComboWithPlistRepresentation: (id)plist;
- (id)initWithKeyCode: (int)keyCode modifiers: (int)modifiers;
- (id)initWithPlistRepresentation: (id)plist;
- (id)initWithKeyCode: (int)keyCode modifiers: (int)modifiers;
- (id)initWithPlistRepresentation: (id)plist;