/* * Generated by class-dump 3.1.1. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. */ #import @interface NSTabView (Private) - (void)_commonInit; - (void)_finishedMakingConnections; - (void)_resizeSelectedTabViewItem; - (void)_setNeedsDisplayForTabViewItem:(NSTabViewItem *)tabViewItem; - (int)_tabOrientation; - (float)_tabHeight; - (void)mouseDown:(NSEvent *)event; - (NSTabViewItem *)tabViewItemAtPoint:(NSPoint)point; - (NSRect)_tabRectForTabViewItem:(NSTabViewItem *)tabViewItem; - (NSTabViewItem *)tabViewItemAtIndex:(int)index; - (int)indexOfTabViewItem:(NSTabViewItem *)tabView; - (NSRect)_labelRectForTabRect:(NSRect)rect forItem:(NSTabViewItem *)tabViewItem; - (void)_setKeyboardFocusRingNeedsDisplayForTabViewItem:(NSTabViewItem *)tabViewItem; - (void)_windowChangedKeyState; - (void)performClick:(id)event; - (void)_setPressedTabViewItem:(NSTabViewItem *)tabViewItem; - (void)_selectTabWithDraggingInfo:(id)fp8; - (float)_doLayoutTabs:(float)fp8; - (NSRect)_themeTabAndBarArea; - (void)_invalidateTabsCache; - (float)_endTabWidth; - (BOOL)mouseTracker:(id)fp8 shouldStartTrackingWithEvent:(id)fp12; - (BOOL)mouseTracker:(id)fp8 shouldContinueTrackingWithEvent:(id)fp12; - (BOOL)mouseTracker:(id)fp8 didStopTrackingWithEvent:(id)fp12; - (int)controlSize; - (void)_layoutTabs; - (NSArray *)tabViewItems; - (BOOL)_hasHorizontalOrientation; - (NSRect)_titleRectForTabViewItem:(id)fp8; - (NSSize)_nominalSizeNeedForTabItemLabel:(NSTabViewItem *)tabViewItem; - (NSSize)_minimumSizeNeedForTabItemLabel:(NSTabViewItem *)tabViewItem; - (NSRect)_themeContentRect; - (float)_totalTabsLength:(BOOL)fp8 overlap:(float)fp12; @end @interface NSTabViewItem (Private) - (struct _NSRect)_tabRect; - (void)_setTabRect:(struct _NSRect)fp8; @end