Up

NSTabView

Authors

Michael Hanni (mhanni@sprintmail.com)
The tabular view class

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


Contents -

  1. Software documentation for the NSTabView class
  2. Software documentation for the NSObject(NSTabViewDelegate) informal protocol

Software documentation for the NSTabView class

NSTabView : NSView

Declared in:
AppKit/NSTabView.h
Conforms to:
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

addTabViewItem: 

- (void) addTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


allowsTruncatedLabels 

- (BOOL) allowsTruncatedLabels;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


contentRect 

- (NSRect) contentRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


controlSize 

- (NSControlSize) controlSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


controlTint 

- (NSControlTint) controlTint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


delegate 

- (id) delegate;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawsBackground 

- (BOOL) drawsBackground;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


font 

- (NSFont*) font;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


indexOfTabViewItem: 

- (int) indexOfTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


indexOfTabViewItemWithIdentifier: 

- (int) indexOfTabViewItemWithIdentifier: (id)identifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


insertTabViewItem: atIndex: 

- (void) insertTabViewItem: (NSTabViewItem*)tabViewItem atIndex: (int)index;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


minimumSize 

- (NSSize) minimumSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


numberOfTabViewItems 

- (int) numberOfTabViewItems;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


removeTabViewItem: 

- (void) removeTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectFirstTabViewItem: 

- (void) selectFirstTabViewItem: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectLastTabViewItem: 

- (void) selectLastTabViewItem: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectNextTabViewItem: 

- (void) selectNextTabViewItem: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectPreviousTabViewItem: 

- (void) selectPreviousTabViewItem: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectTabViewItem: 

- (void) selectTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectTabViewItemAtIndex: 

- (void) selectTabViewItemAtIndex: (int)index;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectTabViewItemWithIdentifier: 

- (void) selectTabViewItemWithIdentifier: (id)identifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedTabViewItem 

- (NSTabViewItem*) selectedTabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAllowsTruncatedLabels: 

- (void) setAllowsTruncatedLabels: (BOOL)allowTruncatedLabels;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setControlSize: 

- (void) setControlSize: (NSControlSize)controlSize;
Availability: Not in OpenStep/MacOS-X

Not implemented.


setControlTint: 

- (void) setControlTint: (NSControlTint)controlTint;
Availability: Not in OpenStep/MacOS-X

Not implemented.


setDelegate: 

- (void) setDelegate: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDrawsBackground: 

- (void) setDrawsBackground: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFont: 

- (void) setFont: (NSFont*)font;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setTabViewType: 

- (void) setTabViewType: (NSTabViewType)tabViewType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabViewItemAtIndex: 

- (NSTabViewItem*) tabViewItemAtIndex: (int)index;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabViewItemAtPoint: 

- (NSTabViewItem*) tabViewItemAtPoint: (NSPoint)point;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabViewItems 

- (NSArray*) tabViewItems;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabViewType 

- (NSTabViewType) tabViewType;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


takeSelectedTabViewItemFromSender: 

- (void) takeSelectedTabViewItemFromSender: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSTabView Class

_delegate

@protected id _delegate;

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.


_draws_background

@protected BOOL _draws_background;

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.


_font

@protected NSFont* _font;

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.


_items

@protected NSMutableArray* _items;

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.


_selected

@protected NSTabViewItem* _selected;

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.


_selected_item

@protected int _selected_item;

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.


_truncated_label

@protected BOOL _truncated_label;

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.


_type

@protected NSTabViewType _type;

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.





Software documentation for the NSObject(NSTabViewDelegate) informal protocol

NSObject(NSTabViewDelegate)

Declared in:
AppKit/NSTabView.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

tabView: didSelectTabViewItem: 

- (void) tabView: (NSTabView*)tabView didSelectTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabView: shouldSelectTabViewItem: 

- (BOOL) tabView: (NSTabView*)tabView shouldSelectTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabView: willSelectTabViewItem: 

- (void) tabView: (NSTabView*)tabView willSelectTabViewItem: (NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


tabViewDidChangeNumberOfTabViewItems: 

- (void) tabViewDidChangeNumberOfTabViewItems: (NSTabView*)TabView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Up