X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/7b57718f8962695ae287715b8b4cd28a10ed17db..577abbc3a3ea97ee4db78fd638551956ae4847f7:/ITTabView.h diff --git a/ITTabView.h b/ITTabView.h index 4a03809..1c109c8 100755 --- a/ITTabView.h +++ b/ITTabView.h @@ -21,5 +21,12 @@ @interface ITTabView : NSTabView { NSTabViewItem *_draggedTab; + bool _allowsDragging; } + +- (void)setAllowsDragging:(bool)flag; +- (bool)allowsDragging; + +- (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index; + @end