NSTabViewItem
Authors
- Michael Hanni(
mhanni@sprintmail.com
)
-
Copyright: (C) 2000 Free Software Foundation, Inc.
Software documentation for the NSTabViewItem class
Declared: AppKit/NSTabViewItem.h
Conform: NSCoding
color
- (NSColor*) color;
drawLabel:inRect:
- (void) drawLabel: (BOOL)shouldTruncateLabel inRect: (NSRect)tabRect;
identifier
- (id) identifier;
initWithIdentifier:
- (id) initWithIdentifier: (id)identifier;
initialFirstResponder
- (id) initialFirstResponder;
label
- (NSString*) label;
setColor:
- (void) setColor: (NSColor*)color;
setIdentifier:
- (void) setIdentifier: (id)identifier;
setInitialFirstResponder:
- (void) setInitialFirstResponder: (NSView*)view;
setLabel:
- (void) setLabel: (NSString*)label;
setView:
- (void) setView: (NSView*)view;
sizeOfLabel:
- (NSSize) sizeOfLabel: (BOOL)shouldTruncateLabel;
tabState
- (NSTabState) tabState;
tabView
- (NSTabView*) tabView;
view
- (NSView*) view;
Software documentation for the NSTabViewItem(GNUstep)
category
Declared: AppKit/NSTabViewItem.h
_setTabState:
- (void) _setTabState: (NSTabState)tabState;
_setTabView:
- (void) _setTabView: (NSTabView*)tabView;
_tabRect
- (NSRect) _tabRect;
_truncatedLabel
- (NSString*) _truncatedLabel;