Up
Authors
- Michael Hanni (
mhanni@sprintmail.com
)
-
Copyright: (C) 2000 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSTabViewItem.h
- Conforms to:
- NSCoding
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (
NSColor*)
color;
Availability: OpenStep
Description forthcoming.
- (void)
drawLabel: (BOOL)shouldTruncateLabel
inRect: (
NSRect)tabRect;
Availability: OpenStep
Description forthcoming.
- (id)
identifier;
Availability: OpenStep
Description forthcoming.
- (id)
initWithIdentifier: (id)identifier;
Availability: OpenStep
Description forthcoming.
- (id)
initialFirstResponder;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
label;
Availability: OpenStep
Description forthcoming.
- (void)
setColor: (
NSColor*)color;
Availability: OpenStep
Description forthcoming.
- (void)
setIdentifier: (id)identifier;
Availability: OpenStep
Description forthcoming.
- (void)
setInitialFirstResponder: (
NSView*)view;
Availability: OpenStep
Description forthcoming.
- (void)
setLabel: (
NSString*)label;
Availability: OpenStep
Description forthcoming.
- (void)
setToolTip: (
NSString*)toolTip;
Availability: MacOS-X 10.6.0
Description forthcoming.
- (void)
setView: (
NSView*)view;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
sizeOfLabel: (BOOL)shouldTruncateLabel;
Availability: OpenStep
Description forthcoming.
- (
NSTabState)
tabState;
Availability: OpenStep
Description forthcoming.
- (
NSTabView*)
tabView;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
toolTip;
Availability: MacOS-X 10.6.0
Description forthcoming.
- (
NSView*)
view;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSTabViewItem Class
@protected NSColor* _color;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSView* _first_responder;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _ident;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _label;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSRect _rect;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTabState _state;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTabView* _tabview;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString* _toolTip;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSView* _view;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSTabViewItem.h
Availability: OpenStep
Description forthcoming.
Method summary
- (void)
_setTabState: (
NSTabState)tabState;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_setTabView: (
NSTabView*)tabView;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSRect)
_tabRect;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (
NSString*)
_truncatedLabel;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
Up