X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/35167b10d151b0ae09f0f807670c318bc4d3de53..fc20fb5991f57d35d0483a29d8a4c8f7775e7969:/ITTabView.h diff --git a/ITTabView.h b/ITTabView.h index 5b4795a..278238a 100755 --- a/ITTabView.h +++ b/ITTabView.h @@ -24,11 +24,15 @@ { NSTabViewItem *_draggedTab; bool _allowsDragging; + unsigned int _requiredModifiers; } - (void)setAllowsDragging:(bool)flag; - (bool)allowsDragging; +- (void)setRequiredModifiers:(unsigned int)modifiers; +- (unsigned int)requiredModifiers; + - (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index;