Fixed a possible crasher where an ITMultilineTextFieldCell is treated as
[ITKit.git] / ITTabView.h
index 5b4795a..89b5fef 100755 (executable)
@@ -4,7 +4,7 @@
  *    NSTabView subclass which includes convenience features
  *
  *  Original Author : Kent Sutherland <kent.sutherland@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
  *   Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
  *
  *  Copyright (c) 2002 - 2003 iThink Software.
 {
     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;