FSTableTabs


Inherits From:
NSControl
Conforms To:
FSEditableSelection
Declared In:
FSTableTabs.h


Class Description

No class description.


Defined Types

Synopsis:

typedef enum _FSTabOrientation {    
    FSOnTop = 0,
    FSLeftSide = 1,
    FSRightSide = 3,
    FSAtBottom = 2
} FSTabOrientation;


Instance Variables

NSArray *_items;
NSRange _visibleRange;
int _selectedItem;
int *_widths;
NSButtonCell *_backButton;
NSButtonCell *_foreButton;
NSRect _backRect;
NSRect _foreRect;
NSBezierPath *_backPath;
NSBezierPath *_forePath;
FSTabOrientation _orientation;

_itemsNo description.
_visibleRangeNo description.
_selectedItemNo description.
_widthsNo description.
_backButtonNo description.
_foreButtonNo description.
_backRectNo description.
_foreRectNo description.
_backPathNo description.
_forePathNo description.
_orientationNo description.


Method Types

- keySets
- setKeySets:
- selectedKeySet
- orientation
- setOrientation:

Instance Methods

keySets

- (NSArray*)keySets

No method description.


orientation

- (FSTabOrientation)orientation

No method description.


selectedKeySet

- (FSKeySet*)selectedKeySet

No method description.


setKeySets:

- (void)setKeySets:(NSArray*)keySets

No method description.


setOrientation:

- (void)setOrientation:(FSTabOrientation)newOrientation

No method description.


Version 1.1 Copyright ©2002 by Stefan Leuker. All Rights Reserved.