Up

NSTabViewItem

Authors

Michael Hanni( mhanni@sprintmail.com )

Copyright: (C) 2000 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSTabViewItem class
  2. Software documentation for the NSTabViewItem(GNUstep) category

Software documentation for the NSTabViewItem class

NSTabViewItem : NSObject

Declared in:
AppKit/NSTabViewItem.h
Conforms to:
NSCoding
Standards:

Description forthcoming.

Method summary

color

- (NSColor*) color;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


drawLabel:inRect:

- (void) drawLabel: (BOOL)shouldTruncateLabel inRect: (NSRect)tabRect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


identifier

- (id) identifier;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithIdentifier:

- (id) initWithIdentifier: (id)identifier;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initialFirstResponder

- (id) initialFirstResponder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


label

- (NSString*) label;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setColor:

- (void) setColor: (NSColor*)color;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setIdentifier:

- (void) setIdentifier: (id)identifier;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setInitialFirstResponder:

- (void) setInitialFirstResponder: (NSView*)view;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setLabel:

- (void) setLabel: (NSString*)label;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setView:

- (void) setView: (NSView*)view;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


sizeOfLabel:

- (NSSize) sizeOfLabel: (BOOL)shouldTruncateLabel;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


tabState

- (NSTabState) tabState;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


tabView

- (NSTabView*) tabView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


view

- (NSView*) view;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSTabViewItem(GNUstep) category

NSTabViewItem(GNUstep)

Declared in:
AppKit/NSTabViewItem.h
Standards:

Description forthcoming.

Method summary

_setTabState:

- (void) _setTabState: (NSTabState)tabState;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


_setTabView:

- (void) _setTabView: (NSTabView*)tabView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


_tabRect

- (NSRect) _tabRect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


_truncatedLabel

- (NSString*) _truncatedLabel;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up