git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Making bevel a non-window-moving area for now, due to a glitch with using it in AG.
[ITKit.git]
/
ITTabView.h
diff --git
a/ITTabView.h
b/ITTabView.h
index
5b4795a
..
278238a
100755
(executable)
--- a/
ITTabView.h
+++ b/
ITTabView.h
@@
-24,11
+24,15
@@
{
NSTabViewItem *_draggedTab;
bool _allowsDragging;
{
NSTabViewItem *_draggedTab;
bool _allowsDragging;
+ unsigned int _requiredModifiers;
}
- (void)setAllowsDragging:(bool)flag;
- (bool)allowsDragging;
}
- (void)setAllowsDragging:(bool)flag;
- (bool)allowsDragging;
+- (void)setRequiredModifiers:(unsigned int)modifiers;
+- (unsigned int)requiredModifiers;
+
- (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index;
- (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index;